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.

12 lines (11 loc) 233 B
export declare enum PegPriceType { LastPeg = 1, MidPricePeg = 2, OpeningPeg = 3, MarketPeg = 4, PrimaryPeg = 5, PegToVWAP = 7, TrailingStopPeg = 8, PegToLimitPrice = 9, ShortSaleMinPricePeg = 10 }