@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 • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CollAsgnRespType = void 0;
var CollAsgnRespType;
(function (CollAsgnRespType) {
CollAsgnRespType[CollAsgnRespType["Received"] = 0] = "Received";
CollAsgnRespType[CollAsgnRespType["Accepted"] = 1] = "Accepted";
CollAsgnRespType[CollAsgnRespType["Declined"] = 2] = "Declined";
CollAsgnRespType[CollAsgnRespType["Rejected"] = 3] = "Rejected";
CollAsgnRespType[CollAsgnRespType["TransactionPending"] = 4] = "TransactionPending";
CollAsgnRespType[CollAsgnRespType["TransactionCompletedWithWarning"] = 5] = "TransactionCompletedWithWarning";
})(CollAsgnRespType || (exports.CollAsgnRespType = CollAsgnRespType = {}));
//# sourceMappingURL=CollAsgnRespType.js.map