@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 • 485 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExecMethod = void 0;
var ExecMethod;
(function (ExecMethod) {
ExecMethod[ExecMethod["Unspecified"] = 0] = "Unspecified";
ExecMethod[ExecMethod["Manual"] = 1] = "Manual";
ExecMethod[ExecMethod["Automated"] = 2] = "Automated";
ExecMethod[ExecMethod["VoiceBrokered"] = 3] = "VoiceBrokered";
})(ExecMethod || (exports.ExecMethod = ExecMethod = {}));
//# sourceMappingURL=ExecMethod.js.map