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.

17 lines (16 loc) 445 B
export declare enum TradingSessionSubID { PreTrading = "1", OpeningOrOpeningAuction = "2", Continuous = "3", ClosingOrClosingAuction = "4", PostTrading = "5", ScheduledIntradayAuction = "6", Quiescent = "7", AnyAuction = "8", UnscheduledIntradayAuction = "9", OutOfMainSessionTrading = "10", PrivateAuction = "11", PublicAuction = "12", GroupAuction = "13", OrderInitiatedAuction = "14" }