@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.
14 lines • 881 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStreamResetWeeklyRollConvention = void 0;
var PaymentStreamResetWeeklyRollConvention;
(function (PaymentStreamResetWeeklyRollConvention) {
PaymentStreamResetWeeklyRollConvention["Monday"] = "MON";
PaymentStreamResetWeeklyRollConvention["Tuesday"] = "TUE";
PaymentStreamResetWeeklyRollConvention["Wednesday"] = "WED";
PaymentStreamResetWeeklyRollConvention["Thursday"] = "THU";
PaymentStreamResetWeeklyRollConvention["Friday"] = "FRI";
PaymentStreamResetWeeklyRollConvention["Saturday"] = "SAT";
PaymentStreamResetWeeklyRollConvention["Sunday"] = "SUN";
})(PaymentStreamResetWeeklyRollConvention || (exports.PaymentStreamResetWeeklyRollConvention = PaymentStreamResetWeeklyRollConvention = {}));
//# sourceMappingURL=PaymentStreamResetWeeklyRollConvention.js.map