@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.
12 lines • 617 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NewsCategory = void 0;
var NewsCategory;
(function (NewsCategory) {
NewsCategory[NewsCategory["CompanyNews"] = 0] = "CompanyNews";
NewsCategory[NewsCategory["MarketplaceNews"] = 1] = "MarketplaceNews";
NewsCategory[NewsCategory["FinancialMarketNews"] = 2] = "FinancialMarketNews";
NewsCategory[NewsCategory["TechnicalNews"] = 3] = "TechnicalNews";
NewsCategory[NewsCategory["OtherNews"] = 99] = "OtherNews";
})(NewsCategory || (exports.NewsCategory = NewsCategory = {}));
//# sourceMappingURL=NewsCategory.js.map