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.

11 lines (10 loc) 232 B
export declare enum LockType { NotLocked = 0, AwayMarketNetter = 1, ThreeTickLocked = 2, LockedByMarketMaker = 3, DirectedOrderLock = 4, MultilegLock = 5, MarketOrderLock = 6, PreAssignmentLock = 7 }