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) 221 B
export declare enum AssetClass { InterestRate = 1, Currency = 2, Credit = 3, Equity = 4, Commodity = 5, Other = 6, Cash = 7, Debt = 8, Fund = 9, LoanFacility = 10, Index = 11 }