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.

13 lines (12 loc) 233 B
export declare enum PaymentStreamType { Periodic = 0, Initial = 1, Single = 2, Dividend = 3, Interest = 4, DividendReturn = 5, PriceReturn = 6, TotalReturn = 7, Variance = 8, Correlation = 9 }