UNPKG

@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.

19 lines 1.76 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MarketDisruptionFallbackUnderlierType = void 0; var MarketDisruptionFallbackUnderlierType; (function (MarketDisruptionFallbackUnderlierType) { MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Basket"] = 0] = "Basket"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Bond"] = 1] = "Bond"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Cash"] = 2] = "Cash"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Commodity"] = 3] = "Commodity"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["ConvertibleBond"] = 4] = "ConvertibleBond"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Equity"] = 5] = "Equity"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["ExchangeTradedFund"] = 6] = "ExchangeTradedFund"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Future"] = 7] = "Future"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Index"] = 8] = "Index"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Loan"] = 9] = "Loan"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["Mortgage"] = 10] = "Mortgage"; MarketDisruptionFallbackUnderlierType[MarketDisruptionFallbackUnderlierType["MutualFund"] = 11] = "MutualFund"; })(MarketDisruptionFallbackUnderlierType || (exports.MarketDisruptionFallbackUnderlierType = MarketDisruptionFallbackUnderlierType = {})); //# sourceMappingURL=MarketDisruptionFallbackUnderlierType.js.map