@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.
18 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CollAsgnReason = void 0;
var CollAsgnReason;
(function (CollAsgnReason) {
CollAsgnReason[CollAsgnReason["Initial"] = 0] = "Initial";
CollAsgnReason[CollAsgnReason["Scheduled"] = 1] = "Scheduled";
CollAsgnReason[CollAsgnReason["TimeWarning"] = 2] = "TimeWarning";
CollAsgnReason[CollAsgnReason["MarginDeficiency"] = 3] = "MarginDeficiency";
CollAsgnReason[CollAsgnReason["MarginExcess"] = 4] = "MarginExcess";
CollAsgnReason[CollAsgnReason["ForwardCollateralDemand"] = 5] = "ForwardCollateralDemand";
CollAsgnReason[CollAsgnReason["EventOfDefault"] = 6] = "EventOfDefault";
CollAsgnReason[CollAsgnReason["AdverseTaxEvent"] = 7] = "AdverseTaxEvent";
CollAsgnReason[CollAsgnReason["TransferDeposit"] = 8] = "TransferDeposit";
CollAsgnReason[CollAsgnReason["TransferWithdrawal"] = 9] = "TransferWithdrawal";
CollAsgnReason[CollAsgnReason["Pledge"] = 10] = "Pledge";
})(CollAsgnReason || (exports.CollAsgnReason = CollAsgnReason = {}));
//# sourceMappingURL=CollAsgnReason.js.map