@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) • 520 B
TypeScript
export declare enum MassActionRejectReason {
MassActionNotSupported = 0,
InvalidOrUnknownSecurity = 1,
InvalidOrUnknownUnderlyingSecurity = 2,
InvalidOrUnknownProduct = 3,
InvalidOrUnknownCFICode = 4,
InvalidOrUnknownSecurityType = 5,
InvalidOrUnknownTradingSession = 6,
InvalidOrUnknownMarket = 7,
InvalidOrUnknownMarketSegment = 8,
InvalidOrUnknownSecurityGroup = 9,
InvalidOrUnknownSecurityIssuer = 10,
InvalidOrUnknownIssuerOfUnderlyingSecurity = 11,
Other = 99
}