@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) • 428 B
TypeScript
export declare enum AllocReportType {
PreliminaryRequestToIntermediary = 2,
SellsideCalculatedUsingPreliminary = 3,
SellsideCalculatedWithoutPreliminary = 4,
WarehouseRecap = 5,
RequestToIntermediary = 8,
Accept = 9,
Reject = 10,
AcceptPending = 11,
Complete = 12,
ReversePending = 14,
Giveup = 15,
Takeup = 16,
Reversal = 17,
Alleged = 18,
SubAllocationGiveup = 19
}