@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 • 498 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllocMethod = void 0;
var AllocMethod;
(function (AllocMethod) {
AllocMethod[AllocMethod["Automatic"] = 1] = "Automatic";
AllocMethod[AllocMethod["Guarantor"] = 2] = "Guarantor";
AllocMethod[AllocMethod["Manual"] = 3] = "Manual";
AllocMethod[AllocMethod["BrokerAssigned"] = 4] = "BrokerAssigned";
})(AllocMethod || (exports.AllocMethod = AllocMethod = {}));
//# sourceMappingURL=AllocMethod.js.map