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.

17 lines (16 loc) 523 B
export declare enum MDReqRejReason { UnknownSymbol = "0", DuplicateMDReqID = "1", InsufficientBandwidth = "2", InsufficientPermissions = "3", UnsupportedSubscriptionRequestType = "4", UnsupportedMarketDepth = "5", UnsupportedMDUpdateType = "6", UnsupportedAggregatedBook = "7", UnsupportedMDEntryType = "8", UnsupportedTradingSessionID = "9", UnsupportedScope = "A", UnsupportedOpenCloseSettleFlag = "B", UnsupportedMDImplicitDelete = "C", InsufficientCredit = "D" }