@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.
11 lines • 597 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStreamRateIndexCurveUnit = void 0;
var PaymentStreamRateIndexCurveUnit;
(function (PaymentStreamRateIndexCurveUnit) {
PaymentStreamRateIndexCurveUnit["Day"] = "D";
PaymentStreamRateIndexCurveUnit["Week"] = "Wk";
PaymentStreamRateIndexCurveUnit["Month"] = "Mo";
PaymentStreamRateIndexCurveUnit["Year"] = "Yr";
})(PaymentStreamRateIndexCurveUnit || (exports.PaymentStreamRateIndexCurveUnit = PaymentStreamRateIndexCurveUnit = {}));
//# sourceMappingURL=PaymentStreamRateIndexCurveUnit.js.map