@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.
38 lines (37 loc) • 870 B
TypeScript
export declare enum IOIQualifier {
AllOrNone = "A",
MarketOnClose = "B",
AtTheClose = "C",
VWAP = "D",
Axe = "E",
AxeOnBid = "F",
AxeOnOffer = "G",
ClientNaturalWorking = "H",
InTouchWith = "I",
PositionWanted = "J",
MarketMaking = "K",
Limit = "L",
MoreBehind = "M",
ClientNaturalBlock = "N",
AtTheOpen = "O",
TakingAPosition = "P",
AtTheMarket = "Q",
ReadyToTrade = "R",
PortfolioShown = "S",
ThroughTheDay = "T",
Unwind = "U",
Versus = "V",
Indication = "W",
CrossingOpportunity = "X",
AtTheMidpoint = "Y",
PreOpen = "Z",
QuantityNegotiable = "1",
AllowLateBids = "2",
ImmediateOrCounter = "3",
AutoTrade = "4",
AutomaticSpot = "a",
PlatformCalculatedSpot = "b",
OutsideSpread = "c",
DeferredSpot = "d",
NegotiatedSpot = "n"
}