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.

29 lines (28 loc) 709 B
export declare enum SecurityTradingStatus { OpeningDelay = 1, TradingHalt = 2, Resume = 3, NoOpen = 4, PriceIndication = 5, TradingRangeIndication = 6, MarketImbalanceBuy = 7, MarketImbalanceSell = 8, MarketOnCloseImbalanceBuy = 9, MarketOnCloseImbalanceSell = 10, NoMarketImbalance = 12, NoMarketOnCloseImbalance = 13, ITSPreOpening = 14, NewPriceIndication = 15, TradeDisseminationTime = 16, ReadyToTrade = 17, NotAvailableForTrading = 18, NotTradedOnThisMarket = 19, UnknownOrInvalid = 20, PreOpen = 21, OpeningRotation = 22, FastMarket = 23, PreCross = 24, Cross = 25, PostClose = 26, NoCancel = 27 }