@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 • 855 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentDateOffsetDayType = void 0;
var PaymentDateOffsetDayType;
(function (PaymentDateOffsetDayType) {
PaymentDateOffsetDayType[PaymentDateOffsetDayType["Business"] = 0] = "Business";
PaymentDateOffsetDayType[PaymentDateOffsetDayType["Calendar"] = 1] = "Calendar";
PaymentDateOffsetDayType[PaymentDateOffsetDayType["Commodity"] = 2] = "Commodity";
PaymentDateOffsetDayType[PaymentDateOffsetDayType["Currency"] = 3] = "Currency";
PaymentDateOffsetDayType[PaymentDateOffsetDayType["Exchange"] = 4] = "Exchange";
PaymentDateOffsetDayType[PaymentDateOffsetDayType["Scheduled"] = 5] = "Scheduled";
})(PaymentDateOffsetDayType || (exports.PaymentDateOffsetDayType = PaymentDateOffsetDayType = {}));
//# sourceMappingURL=PaymentDateOffsetDayType.js.map