@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.
63 lines (62 loc) • 1.47 kB
TypeScript
export declare enum QuoteCondition {
Open = "A",
Closed = "B",
ExchangeBest = "C",
ConsolidatedBest = "D",
Locked = "E",
Crossed = "F",
Depth = "G",
FastTrading = "H",
NonFirm = "I",
Manual = "L",
OutrightPrice = "J",
ImpliedPrice = "K",
DepthOnOffer = "M",
DepthOnBid = "N",
Closing = "O",
NewsDissemination = "P",
TradingRange = "Q",
OrderInflux = "R",
DueToRelated = "S",
NewsPending = "T",
AdditionalInfo = "U",
AdditionalInfoDueToRelated = "V",
Resume = "W",
ViewOfCommon = "X",
VolumeAlert = "Y",
OrderImbalance = "Z",
EquipmentChangeover = "a",
NoOpen = "b",
RegularETH = "c",
AutomaticExecution = "d",
AutomaticExecutionETH = "e",
FastMarketETH = "f",
InactiveETH = "g",
Rotation = "h",
RotationETH = "i",
Halt = "j",
HaltETH = "k",
DueToNewsDissemination = "l",
DueToNewsPending = "m",
TradingResume = "n",
OutOfSequence = "o",
BidSpecialist = "p",
OfferSpecialist = "q",
BidOfferSpecialist = "r",
EndOfDaySAM = "s",
ForbiddenSAM = "t",
FrozenSAM = "u",
PreOpeningSAM = "v",
OpeningSAM = "w",
OpenSAM = "x",
SurveillanceSAM = "y",
SuspendedSAM = "z",
ReservedSAM = "0",
NoActiveSAM = "1",
Restricted = "2",
RestOfBookVWAP = "3",
BetterPricesInConditionalOrders = "4",
MedianPrice = "5",
FullCurve = "6",
FlatCurve = "7"
}