UNPKG

@sotatech/nest-quickfix

Version:

A powerful NestJS implementation of the FIX (Financial Information eXchange) protocol. Provides high-performance, reliable messaging for financial trading applications with built-in session management, message validation, and recovery mechanisms.

34 lines (33 loc) 824 B
export declare enum PartyDetailRoleQualifier { Agency = 0, Principal = 1, RisklessPrincipal = 2, ExchangeOrderSubmitter = 30, GeneralClearingMember = 3, IndividualClearingMember = 4, PreferredMarketMaker = 5, DirectedMarketMaker = 6, Bank = 7, Hub = 8, PrimaryTrdRepository = 9, OrigTrdRepository = 10, AddtnlIntlTrdRepository = 11, AddtnlDomesticTrdRepository = 12, RelatedExchange = 13, OptionsExchange = 14, SpecifiedExchange = 15, ConstituentExchange = 16, ExemptFromTradeReporting = 17, Current = 18, New = 19, DesignatedSponsor = 20, Specialist = 21, Algorithm = 22, FirmOrLegalEntity = 23, NaturalPerson = 24, RegularTrader = 25, HeadTrader = 26, Supervisor = 27, TriParty = 28, Lender = 29 }