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.

32 lines (31 loc) 1.01 kB
export declare enum MatchType { ExactMatchPlus4BadgesExecTime = "A1", ExactMatchPlus4Badges = "A2", ACTAcceptedTrade = "M3", ExactMatchPlus2BadgesExecTime = "A3", ACTDefaultTrade = "M4", ExactMatchPlus2Badges = "A4", ACTDefaultAfterM2 = "M5", ExactMatchPlusExecTime = "A5", ACTM6Match = "M6", StampedAdvisoriesOrSpecialistAccepts = "AQ", A1ExactMatchSummarizedQuantity = "S1", A2ExactMatchSummarizedQuantity = "S2", A3ExactMatchSummarizedQuantity = "S3", A4ExactMatchSummarizedQuantity = "S4", A5ExactMatchSummarizedQuantity = "S5", ExactMatchMinusBadgesTimes = "M1", SummarizedMatchMinusBadgesTimes = "M2", OCSLockedIn = "MT", OnePartyTradeReport = "1", TwoPartyTradeReport = "2", ConfirmedTradeReport = "3", AutoMatch = "4", CrossAuction = "5", CounterOrderSelection = "6", CallAuction = "7", Issuing = "8", SystematicInternaliser = "9", AutoMatchLastLook = "10", CrossAuctionLastLook = "11" }