@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.
16 lines (15 loc) • 351 B
TypeScript
export declare enum TimeInForce {
Day = "0",
GoodTillCancel = "1",
AtTheOpening = "2",
ImmediateOrCancel = "3",
FillOrKill = "4",
GoodTillCrossing = "5",
GoodTillDate = "6",
AtTheClose = "7",
GoodThroughCrossing = "8",
AtCrossing = "9",
GoodForTime = "A",
GoodForAuction = "B",
GoodForMonth = "C"
}