@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.
9 lines • 704 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStreamInflationInterpolationMethod = void 0;
var PaymentStreamInflationInterpolationMethod;
(function (PaymentStreamInflationInterpolationMethod) {
PaymentStreamInflationInterpolationMethod[PaymentStreamInflationInterpolationMethod["None"] = 0] = "None";
PaymentStreamInflationInterpolationMethod[PaymentStreamInflationInterpolationMethod["LinearZeroYield"] = 1] = "LinearZeroYield";
})(PaymentStreamInflationInterpolationMethod || (exports.PaymentStreamInflationInterpolationMethod = PaymentStreamInflationInterpolationMethod = {}));
//# sourceMappingURL=PaymentStreamInflationInterpolationMethod.js.map