@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.
13 lines • 930 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeliveryScheduleSettlFlowType = void 0;
var DeliveryScheduleSettlFlowType;
(function (DeliveryScheduleSettlFlowType) {
DeliveryScheduleSettlFlowType[DeliveryScheduleSettlFlowType["AllTimes"] = 0] = "AllTimes";
DeliveryScheduleSettlFlowType[DeliveryScheduleSettlFlowType["OnPeak"] = 1] = "OnPeak";
DeliveryScheduleSettlFlowType[DeliveryScheduleSettlFlowType["OffPeak"] = 2] = "OffPeak";
DeliveryScheduleSettlFlowType[DeliveryScheduleSettlFlowType["Base"] = 3] = "Base";
DeliveryScheduleSettlFlowType[DeliveryScheduleSettlFlowType["BlockHours"] = 4] = "BlockHours";
DeliveryScheduleSettlFlowType[DeliveryScheduleSettlFlowType["Other"] = 5] = "Other";
})(DeliveryScheduleSettlFlowType || (exports.DeliveryScheduleSettlFlowType = DeliveryScheduleSettlFlowType = {}));
//# sourceMappingURL=DeliveryScheduleSettlFlowType.js.map