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.

12 lines (11 loc) 265 B
export declare enum QuoteEntryStatus { Accepted = 0, Rejected = 5, RemovedFromMarket = 6, Expired = 7, LockedMarketWarning = 12, CrossMarketWarning = 13, CanceledDueToLockMarket = 14, CanceledDueToCrossMarket = 15, Active = 16 }