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.

10 lines (9 loc) 183 B
export declare enum FundingSource { Repo = 0, Cash = 1, FreeCedits = 2, CustomerShortSales = 3, BrokerShortSales = 4, UnsecuredBorrowing = 5, Other = 99 }