@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.
12 lines • 535 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RateSource = void 0;
var RateSource;
(function (RateSource) {
RateSource[RateSource["Bloomberg"] = 0] = "Bloomberg";
RateSource[RateSource["Reuters"] = 1] = "Reuters";
RateSource[RateSource["Telerate"] = 2] = "Telerate";
RateSource[RateSource["ISDARateOption"] = 3] = "ISDARateOption";
RateSource[RateSource["Other"] = 99] = "Other";
})(RateSource || (exports.RateSource = RateSource = {}));
//# sourceMappingURL=RateSource.js.map