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.

37 lines (36 loc) 787 B
export declare enum TradeContinuation { Novation = 0, PartialNovation = 1, TradeUnwind = 2, PartialTradeUnwind = 3, Exercise = 4, Netting = 5, FullNetting = 6, PartialNetting = 7, Amendment = 8, Increase = 9, CreditEvent = 10, StrategicRestructuring = 11, SuccessionEventReorganization = 12, SuccessionEventRenaming = 13, Porting = 14, Withdrawl = 15, Void = 16, AccountTransfer = 17, GiveUp = 18, TakeUp = 19, AveragePricing = 20, Reversal = 21, AllocTrdPosting = 22, Cascade = 23, Delivery = 24, OptionAsgn = 25, Expiration = 26, Maturity = 27, EqualPosAdj = 28, UnequalPosAdj = 29, Correction = 30, EarlyTermination = 31, Rerate = 32, Other = 99 }