@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.
27 lines (26 loc) • 622 B
TypeScript
export declare enum QuoteStatus {
Accepted = 0,
CancelForSymbol = 1,
CanceledForSecurityType = 2,
CanceledForUnderlying = 3,
CanceledAll = 4,
Rejected = 5,
RemovedFromMarket = 6,
Expired = 7,
Query = 8,
QuoteNotFound = 9,
Pending = 10,
Pass = 11,
LockedMarketWarning = 12,
CrossMarketWarning = 13,
CanceledDueToLockMarket = 14,
CanceledDueToCrossMarket = 15,
Active = 16,
Canceled = 17,
UnsolicitedQuoteReplenishment = 18,
PendingEndTrade = 19,
TooLateToEnd = 20,
Traded = 21,
TradedAndRemoved = 22,
ContractTerminates = 23
}