@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 • 769 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStreamCompoundingMethod = void 0;
var PaymentStreamCompoundingMethod;
(function (PaymentStreamCompoundingMethod) {
PaymentStreamCompoundingMethod[PaymentStreamCompoundingMethod["None"] = 0] = "None";
PaymentStreamCompoundingMethod[PaymentStreamCompoundingMethod["Flat"] = 1] = "Flat";
PaymentStreamCompoundingMethod[PaymentStreamCompoundingMethod["Straight"] = 2] = "Straight";
PaymentStreamCompoundingMethod[PaymentStreamCompoundingMethod["SpreadExclusive"] = 3] = "SpreadExclusive";
})(PaymentStreamCompoundingMethod || (exports.PaymentStreamCompoundingMethod = PaymentStreamCompoundingMethod = {}));
//# sourceMappingURL=PaymentStreamCompoundingMethod.js.map