@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.
32 lines (31 loc) • 592 B
TypeScript
export declare enum StrategyParameterType {
Int = 1,
Length = 2,
NumInGroup = 3,
SeqNum = 4,
TagNum = 5,
Float = 6,
Qty = 7,
Price = 8,
PriceOffset = 9,
Amt = 10,
Percentage = 11,
Char = 12,
Boolean = 13,
String = 14,
MultipleCharValue = 15,
Currency = 16,
Exchange = 17,
MonthYear = 18,
UTCTimestamp = 19,
UTCTimeOnly = 20,
LocalMktDate = 21,
UTCDateOnly = 22,
Data = 23,
MultipleStringValue = 24,
Country = 25,
Language = 26,
TZTimeOnly = 27,
TZTimestamp = 28,
Tenor = 29
}