@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.
22 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllocReportType = void 0;
var AllocReportType;
(function (AllocReportType) {
AllocReportType[AllocReportType["PreliminaryRequestToIntermediary"] = 2] = "PreliminaryRequestToIntermediary";
AllocReportType[AllocReportType["SellsideCalculatedUsingPreliminary"] = 3] = "SellsideCalculatedUsingPreliminary";
AllocReportType[AllocReportType["SellsideCalculatedWithoutPreliminary"] = 4] = "SellsideCalculatedWithoutPreliminary";
AllocReportType[AllocReportType["WarehouseRecap"] = 5] = "WarehouseRecap";
AllocReportType[AllocReportType["RequestToIntermediary"] = 8] = "RequestToIntermediary";
AllocReportType[AllocReportType["Accept"] = 9] = "Accept";
AllocReportType[AllocReportType["Reject"] = 10] = "Reject";
AllocReportType[AllocReportType["AcceptPending"] = 11] = "AcceptPending";
AllocReportType[AllocReportType["Complete"] = 12] = "Complete";
AllocReportType[AllocReportType["ReversePending"] = 14] = "ReversePending";
AllocReportType[AllocReportType["Giveup"] = 15] = "Giveup";
AllocReportType[AllocReportType["Takeup"] = 16] = "Takeup";
AllocReportType[AllocReportType["Reversal"] = 17] = "Reversal";
AllocReportType[AllocReportType["Alleged"] = 18] = "Alleged";
AllocReportType[AllocReportType["SubAllocationGiveup"] = 19] = "SubAllocationGiveup";
})(AllocReportType || (exports.AllocReportType = AllocReportType = {}));
//# sourceMappingURL=AllocReportType.js.map