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.

16 lines (15 loc) 378 B
export declare enum MassActionReason { None = 0, TradingRiskControl = 1, ClearingRiskControl = 2, MarketMakerProtection = 3, StopTrading = 4, EmergencyAction = 5, SessionLossLogout = 6, DuplicateLogin = 7, ProductNotTraded = 8, InstrumentNotTraded = 9, CompleInstrumentDeleted = 10, CircuitBreakerActivated = 11, Other = 99 }