@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 • 518 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TradSesMethod = void 0;
var TradSesMethod;
(function (TradSesMethod) {
TradSesMethod[TradSesMethod["Electronic"] = 1] = "Electronic";
TradSesMethod[TradSesMethod["OpenOutcry"] = 2] = "OpenOutcry";
TradSesMethod[TradSesMethod["TwoParty"] = 3] = "TwoParty";
TradSesMethod[TradSesMethod["Voice"] = 4] = "Voice";
})(TradSesMethod || (exports.TradSesMethod = TradSesMethod = {}));
//# sourceMappingURL=TradSesMethod.js.map