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.

14 lines (13 loc) 278 B
export declare enum FlowScheduleType { NERCEasternOffPeak = 0, NERCWesternOffPeak = 1, NERCCalendarAllDaysInMonth = 2, NERCEasternPeak = 3, NERCWesternPeak = 4, AllTimes = 5, OnPeak = 6, OffPeak = 7, Base = 8, Block = 9, Other = 99 }