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) 297 B
export declare enum TrdRptStatus { Accepted = 0, Rejected = 1, Cancelled = 2, AcceptedWithErrors = 3, PendingNew = 4, PendingCancel = 5, PendingReplace = 6, Terminated = 7, PendingVerification = 8, DeemedVerified = 9, Verified = 10, Disputed = 11 }