@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.
29 lines (28 loc) • 694 B
TypeScript
export declare enum OrdType {
Market = "1",
Limit = "2",
Stop = "3",
StopLimit = "4",
MarketOnClose = "5",
WithOrWithout = "6",
LimitOrBetter = "7",
LimitWithOrWithout = "8",
OnBasis = "9",
OnClose = "A",
LimitOnClose = "B",
ForexMarket = "C",
PreviouslyQuoted = "D",
PreviouslyIndicated = "E",
ForexLimit = "F",
ForexSwap = "G",
ForexPreviouslyQuoted = "H",
Funari = "I",
MarketIfTouched = "J",
MarketWithLeftOverAsLimit = "K",
PreviousFundValuationPoint = "L",
NextFundValuationPoint = "M",
Pegged = "P",
CounterOrderSelection = "Q",
StopOnBidOrOffer = "R",
StopLimitOnBidOrOffer = "S"
}