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) 272 B
export declare enum OrderDelayUnit { Seconds = 0, TenthsOfASecond = 1, HundredthsOfASecond = 2, Milliseconds = 3, Microseconds = 4, Nanoseconds = 5, Minutes = 10, Hours = 11, Days = 12, Weeks = 13, Months = 14, Years = 15 }