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) 519 B
export declare enum MassCancelRejectReason { MassCancelNotSupported = 0, InvalidOrUnknownSecurity = 1, InvalidOrUnknownUnderlyingSecurity = 2, InvalidOrUnknownProduct = 3, InvalidOrUnknownCFICode = 4, InvalidOrUnknownSecurityType = 5, InvalidOrUnknownTradingSession = 6, InvalidOrUnknownMarket = 7, InvalidOrUnkownMarketSegment = 8, InvalidOrUnknownSecurityGroup = 9, InvalidOrUnknownSecurityIssuer = 10, InvalidOrUnknownIssuerOfUnderlyingSecurity = 11, Other = 99 }