@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.
18 lines (17 loc) • 400 B
TypeScript
export declare enum AllocStatus {
Accepted = 0,
BlockLevelReject = 1,
AccountLevelReject = 2,
Received = 3,
Incomplete = 4,
RejectedByIntermediary = 5,
AllocationPending = 6,
Reversed = 7,
CancelledByIntermediary = 8,
Claimed = 9,
Refused = 10,
PendingGiveUpApproval = 11,
Cancelled = 12,
PendingTakeUpApproval = 13,
ReversalPending = 14
}