@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.
13 lines • 584 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettlInstMode = void 0;
var SettlInstMode;
(function (SettlInstMode) {
SettlInstMode["Default"] = "0";
SettlInstMode["StandingInstructionsProvided"] = "1";
SettlInstMode["SpecificAllocationAccountOverriding"] = "2";
SettlInstMode["SpecificAllocationAccountStanding"] = "3";
SettlInstMode["SpecificOrderForASingleAccount"] = "4";
SettlInstMode["RequestReject"] = "5";
})(SettlInstMode || (exports.SettlInstMode = SettlInstMode = {}));
//# sourceMappingURL=SettlInstMode.js.map