@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 • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ComplexEventPriceTimeType = void 0;
var ComplexEventPriceTimeType;
(function (ComplexEventPriceTimeType) {
ComplexEventPriceTimeType[ComplexEventPriceTimeType["Expiration"] = 1] = "Expiration";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["Immediate"] = 2] = "Immediate";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["SpecifiedDate"] = 3] = "SpecifiedDate";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["Close"] = 4] = "Close";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["Open"] = 5] = "Open";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["OfficialSettlPrice"] = 6] = "OfficialSettlPrice";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["DerivativesClose"] = 7] = "DerivativesClose";
ComplexEventPriceTimeType[ComplexEventPriceTimeType["AsSpecifiedMasterConfirmation"] = 8] = "AsSpecifiedMasterConfirmation";
})(ComplexEventPriceTimeType || (exports.ComplexEventPriceTimeType = ComplexEventPriceTimeType = {}));
//# sourceMappingURL=ComplexEventPriceTimeType.js.map