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