@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.
17 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentStreamType = void 0;
var PaymentStreamType;
(function (PaymentStreamType) {
PaymentStreamType[PaymentStreamType["Periodic"] = 0] = "Periodic";
PaymentStreamType[PaymentStreamType["Initial"] = 1] = "Initial";
PaymentStreamType[PaymentStreamType["Single"] = 2] = "Single";
PaymentStreamType[PaymentStreamType["Dividend"] = 3] = "Dividend";
PaymentStreamType[PaymentStreamType["Interest"] = 4] = "Interest";
PaymentStreamType[PaymentStreamType["DividendReturn"] = 5] = "DividendReturn";
PaymentStreamType[PaymentStreamType["PriceReturn"] = 6] = "PriceReturn";
PaymentStreamType[PaymentStreamType["TotalReturn"] = 7] = "TotalReturn";
PaymentStreamType[PaymentStreamType["Variance"] = 8] = "Variance";
PaymentStreamType[PaymentStreamType["Correlation"] = 9] = "Correlation";
})(PaymentStreamType || (exports.PaymentStreamType = PaymentStreamType = {}));
//# sourceMappingURL=PaymentStreamType.js.map