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.

14 lines (13 loc) 336 B
export declare enum RefOrderIDSource { SecondaryOrderID = "0", OrderID = "1", MDEntryID = "2", QuoteEntryID = "3", OriginalOrderID = "4", QuoteID = "5", QuoteReqID = "6", PreviousOrderIdentifier = "7", PreviousQuoteIdentifier = "8", ParentOrderIdentifier = "9", ManualOrderIdentifier = "A" }