@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 • 699 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettlInstReqRejCode = void 0;
var SettlInstReqRejCode;
(function (SettlInstReqRejCode) {
SettlInstReqRejCode[SettlInstReqRejCode["UnableToProcessRequest"] = 0] = "UnableToProcessRequest";
SettlInstReqRejCode[SettlInstReqRejCode["UnknownAccount"] = 1] = "UnknownAccount";
SettlInstReqRejCode[SettlInstReqRejCode["NoMatchingSettlementInstructionsFound"] = 2] = "NoMatchingSettlementInstructionsFound";
SettlInstReqRejCode[SettlInstReqRejCode["Other"] = 99] = "Other";
})(SettlInstReqRejCode || (exports.SettlInstReqRejCode = SettlInstReqRejCode = {}));
//# sourceMappingURL=SettlInstReqRejCode.js.map