@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.
12 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ComplexEventPriceBoundaryMethod = void 0;
var ComplexEventPriceBoundaryMethod;
(function (ComplexEventPriceBoundaryMethod) {
ComplexEventPriceBoundaryMethod[ComplexEventPriceBoundaryMethod["LessThanComplexEventPrice"] = 1] = "LessThanComplexEventPrice";
ComplexEventPriceBoundaryMethod[ComplexEventPriceBoundaryMethod["LessThanOrEqualToComplexEventPrice"] = 2] = "LessThanOrEqualToComplexEventPrice";
ComplexEventPriceBoundaryMethod[ComplexEventPriceBoundaryMethod["EqualToComplexEventPrice"] = 3] = "EqualToComplexEventPrice";
ComplexEventPriceBoundaryMethod[ComplexEventPriceBoundaryMethod["GreaterThanOrEqualToComplexEventPrice"] = 4] = "GreaterThanOrEqualToComplexEventPrice";
ComplexEventPriceBoundaryMethod[ComplexEventPriceBoundaryMethod["GreaterThanComplexEventPrice"] = 5] = "GreaterThanComplexEventPrice";
})(ComplexEventPriceBoundaryMethod || (exports.ComplexEventPriceBoundaryMethod = ComplexEventPriceBoundaryMethod = {}));
//# sourceMappingURL=ComplexEventPriceBoundaryMethod.js.map