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.

19 lines (18 loc) 445 B
export declare enum PaymentType { Brokerage = 0, UpfrontFee = 1, IndependentAmountCollateral = 2, PrincipalExchange = 3, NovationTermination = 4, EarlyTerminationProvision = 5, CancelableProvision = 6, ExtendibleProvision = 7, CapRateProvision = 8, FloorRateProvision = 9, OptionPremium = 10, SettlementPayment = 11, CashSettl = 12, SecurityLending = 13, Rebate = 14, Other = 99 }