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.

15 lines (14 loc) 246 B
export declare enum QuoteRespType { Hit = 1, Counter = 2, Expired = 3, Cover = 4, DoneAway = 5, Pass = 6, EndTrade = 7, TimedOut = 8, Tied = 9, TiedCover = 10, Accept = 11, TerminateContract = 12 }