@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 • 843 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllocIntermedReqType = void 0;
var AllocIntermedReqType;
(function (AllocIntermedReqType) {
AllocIntermedReqType[AllocIntermedReqType["PendingAccept"] = 1] = "PendingAccept";
AllocIntermedReqType[AllocIntermedReqType["PendingRelease"] = 2] = "PendingRelease";
AllocIntermedReqType[AllocIntermedReqType["PendingReversal"] = 3] = "PendingReversal";
AllocIntermedReqType[AllocIntermedReqType["Accept"] = 4] = "Accept";
AllocIntermedReqType[AllocIntermedReqType["BlockLevelReject"] = 5] = "BlockLevelReject";
AllocIntermedReqType[AllocIntermedReqType["AccountLevelReject"] = 6] = "AccountLevelReject";
})(AllocIntermedReqType || (exports.AllocIntermedReqType = AllocIntermedReqType = {}));
//# sourceMappingURL=AllocIntermedReqType.js.map