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.

12 lines (11 loc) 315 B
export declare enum SecurityTradingEvent { OrderImbalance = 1, TradingResumes = 2, PriceVolatilityInterruption = 3, ChangeOfTradingSession = 4, ChangeOfTradingSubsession = 5, ChangeOfSecurityTradingStatus = 6, ChangeOfBookType = 7, ChangeOfMarketDepth = 8, CorporateAction = 9 }