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) 237 B
export declare enum PaymentSubType { Initial = 0, Intermediate = 1, Final = 2, Prepaid = 3, Postpaid = 4, Variable = 5, Fixed = 6, Swap = 7, Conditional = 8, FixedRate = 9, FloatingRate = 10 }