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.

11 lines (10 loc) 186 B
export declare enum AssetValuationModel { BlackScholes = 1, Whaley = 2, Bachelier = 3, Kirk = 4, Curran = 5, Black76 = 6, Binomial = 7, OtherModel = 99 }