@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.
20 lines • 879 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Product = void 0;
var Product;
(function (Product) {
Product[Product["AGENCY"] = 1] = "AGENCY";
Product[Product["COMMODITY"] = 2] = "COMMODITY";
Product[Product["CORPORATE"] = 3] = "CORPORATE";
Product[Product["CURRENCY"] = 4] = "CURRENCY";
Product[Product["EQUITY"] = 5] = "EQUITY";
Product[Product["GOVERNMENT"] = 6] = "GOVERNMENT";
Product[Product["INDEX"] = 7] = "INDEX";
Product[Product["LOAN"] = 8] = "LOAN";
Product[Product["MONEYMARKET"] = 9] = "MONEYMARKET";
Product[Product["MORTGAGE"] = 10] = "MORTGAGE";
Product[Product["MUNICIPAL"] = 11] = "MUNICIPAL";
Product[Product["OTHER"] = 12] = "OTHER";
Product[Product["FINANCING"] = 13] = "FINANCING";
})(Product || (exports.Product = Product = {}));
//# sourceMappingURL=Product.js.map