UNPKG

@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) 733 B
export declare enum EntitlementAttribDatatype { 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, DayOfMonth = 30, XMLData = 31, Pattern = 32, Reserved100Plus = 33, Reserved1000Plus = 34, Reserved4000Plus = 35 }