@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 • 821 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ComplexEventPeriodType = void 0;
var ComplexEventPeriodType;
(function (ComplexEventPeriodType) {
ComplexEventPeriodType[ComplexEventPeriodType["AsianOut"] = 0] = "AsianOut";
ComplexEventPeriodType[ComplexEventPeriodType["AsianIn"] = 1] = "AsianIn";
ComplexEventPeriodType[ComplexEventPeriodType["BarrierCap"] = 2] = "BarrierCap";
ComplexEventPeriodType[ComplexEventPeriodType["BarrierFloor"] = 3] = "BarrierFloor";
ComplexEventPeriodType[ComplexEventPeriodType["KnockOut"] = 4] = "KnockOut";
ComplexEventPeriodType[ComplexEventPeriodType["KnockIn"] = 5] = "KnockIn";
})(ComplexEventPeriodType || (exports.ComplexEventPeriodType = ComplexEventPeriodType = {}));
//# sourceMappingURL=ComplexEventPeriodType.js.map