@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.
20 lines (19 loc) • 378 B
TypeScript
export declare enum Side {
Buy = "1",
Sell = "2",
BuyMinus = "3",
SellPlus = "4",
SellShort = "5",
SellShortExempt = "6",
Undisclosed = "7",
Cross = "8",
CrossShort = "9",
CrossShortExempt = "A",
AsDefined = "B",
Opposite = "C",
Subscribe = "D",
Redeem = "E",
Lend = "F",
Borrow = "G",
SellUndisclosed = "H"
}