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) 295 B
export declare enum CollAsgnReason { Initial = 0, Scheduled = 1, TimeWarning = 2, MarginDeficiency = 3, MarginExcess = 4, ForwardCollateralDemand = 5, EventOfDefault = 6, AdverseTaxEvent = 7, TransferDeposit = 8, TransferWithdrawal = 9, Pledge = 10 }