@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.
14 lines • 741 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SettlSubMethod = void 0;
var SettlSubMethod;
(function (SettlSubMethod) {
SettlSubMethod[SettlSubMethod["Shares"] = 1] = "Shares";
SettlSubMethod[SettlSubMethod["Derivatives"] = 2] = "Derivatives";
SettlSubMethod[SettlSubMethod["PaymentVsPayment"] = 3] = "PaymentVsPayment";
SettlSubMethod[SettlSubMethod["Notional"] = 4] = "Notional";
SettlSubMethod[SettlSubMethod["Cascade"] = 5] = "Cascade";
SettlSubMethod[SettlSubMethod["Repurchase"] = 6] = "Repurchase";
SettlSubMethod[SettlSubMethod["Other"] = 99] = "Other";
})(SettlSubMethod || (exports.SettlSubMethod = SettlSubMethod = {}));
//# sourceMappingURL=SettlSubMethod.js.map