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.

11 lines 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentStreamRateIndexSource = void 0; var PaymentStreamRateIndexSource; (function (PaymentStreamRateIndexSource) { PaymentStreamRateIndexSource[PaymentStreamRateIndexSource["Bloomberg"] = 0] = "Bloomberg"; PaymentStreamRateIndexSource[PaymentStreamRateIndexSource["Reuters"] = 1] = "Reuters"; PaymentStreamRateIndexSource[PaymentStreamRateIndexSource["Telerate"] = 2] = "Telerate"; PaymentStreamRateIndexSource[PaymentStreamRateIndexSource["Other"] = 99] = "Other"; })(PaymentStreamRateIndexSource || (exports.PaymentStreamRateIndexSource = PaymentStreamRateIndexSource = {})); //# sourceMappingURL=PaymentStreamRateIndexSource.js.map