@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 • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ObligationType = void 0;
var ObligationType;
(function (ObligationType) {
ObligationType["Bond"] = "0";
ObligationType["ConvertBond"] = "1";
ObligationType["Mortgage"] = "2";
ObligationType["Loan"] = "3";
})(ObligationType || (exports.ObligationType = ObligationType = {}));
//# sourceMappingURL=ObligationType.js.map