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) 231 B
export declare enum ApplVerID { FIX27 = "0", FIX30 = "1", FIX40 = "2", FIX41 = "3", FIX42 = "4", FIX43 = "5", FIX44 = "6", FIX50 = "7", FIX50SP1 = "8", FIX50SP2 = "9", FIXLatest = "10" }