UNPKG

@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 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ComplexEventDateOffsetDayType = void 0; var ComplexEventDateOffsetDayType; (function (ComplexEventDateOffsetDayType) { ComplexEventDateOffsetDayType[ComplexEventDateOffsetDayType["Business"] = 0] = "Business"; ComplexEventDateOffsetDayType[ComplexEventDateOffsetDayType["Calendar"] = 1] = "Calendar"; ComplexEventDateOffsetDayType[ComplexEventDateOffsetDayType["CommodityBusiness"] = 2] = "CommodityBusiness"; ComplexEventDateOffsetDayType[ComplexEventDateOffsetDayType["CurrencyBusiness"] = 3] = "CurrencyBusiness"; ComplexEventDateOffsetDayType[ComplexEventDateOffsetDayType["ExchangeBusiness"] = 4] = "ExchangeBusiness"; ComplexEventDateOffsetDayType[ComplexEventDateOffsetDayType["ScheduledTradingDay"] = 5] = "ScheduledTradingDay"; })(ComplexEventDateOffsetDayType || (exports.ComplexEventDateOffsetDayType = ComplexEventDateOffsetDayType = {})); //# sourceMappingURL=ComplexEventDateOffsetDayType.js.map