@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.
23 lines (22 loc) • 734 B
TypeScript
export declare enum MDStatisticRequestResult {
Successful = 0,
InvalidOrUnknownMarket = 1,
InvalidOrUnknownMarketSegment = 2,
InvalidOrUnknownSecurityList = 3,
InvalidOrUnknownInstruments = 4,
InvalidParties = 5,
TradeDateOutOfSupportedRange = 6,
UnsupportedStatisticType = 7,
UnsupportedScopeOrSubScope = 8,
UnsupportedScopeType = 9,
MarketDepthNotSupported = 10,
FrequencyNotSupported = 11,
UnsupportedStatisticInterval = 12,
UnsupportedStatisticDateRange = 13,
UnsupportedStatisticTimeRange = 14,
UnsupportedRatioType = 15,
InvalidOrUnknownTradeInputSource = 16,
InvalidOrUnknownTradingSession = 17,
UnauthorizedForStatisticRequest = 18,
Other = 99
}