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) 292 B
export declare enum SettlPriceDeterminationMethod { Unknown = 0, LastTradePrice = 1, LastBidPrice = 2, LastOfferPrice = 3, MidPrice = 4, AverageLastTradePrice = 5, AverageLastTradePeriod = 6, UnderlyingPrice = 7, CalculatedPrice = 8, ManualPrice = 9 }