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