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