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) 295 B
export declare enum SecurityStatus { Active = "1", Inactive = "2", ActiveClosingOrdersOnly = "3", Expired = "4", Delisted = "5", KnockedOut = "6", KnockOutRevoked = "7", PendingExpiry = "8", Suspended = "9", Published = "10", PendingDeletion = "11" }