@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.
36 lines (35 loc) • 729 B
TypeScript
export declare enum MDStatisticSubScope {
Visible = 1,
Hidden = 2,
Indicative = 3,
Tradeable = 4,
Passive = 5,
MarketConsensus = 6,
Power = 7,
HardwareError = 8,
SoftwareError = 9,
NetworkError = 10,
Failed = 11,
Executed = 12,
Entered = 13,
Modified = 14,
Cancelled = 15,
MarketDataAccess = 16,
TerminalAccess = 17,
Volume = 18,
Cleared = 19,
Settled = 20,
Other = 21,
Monetary = 22,
NonMonetary = 23,
Gross = 24,
LargeInScale = 25,
NeitherHiddenNorLargeInScale = 26,
CorporateAction = 27,
VenueDecision = 28,
MinimumTimePeriod = 29,
Open = 30,
NotExecuted = 31,
Aggressive = 32,
Directed = 33
}