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) 240 B
export declare enum OrderEventType { Added = 1, Modified = 2, Deleted = 3, PartiallyFilled = 4, Filled = 5, Suspended = 6, Released = 7, Restated = 8, Locked = 9, Triggered = 10, Activated = 11 }