@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.57 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MDStatisticRatioType = void 0;
var MDStatisticRatioType;
(function (MDStatisticRatioType) {
MDStatisticRatioType[MDStatisticRatioType["BuyersToSellers"] = 1] = "BuyersToSellers";
MDStatisticRatioType[MDStatisticRatioType["UpticksToDownticks"] = 2] = "UpticksToDownticks";
MDStatisticRatioType[MDStatisticRatioType["MarketMakerToNonMarketMaker"] = 3] = "MarketMakerToNonMarketMaker";
MDStatisticRatioType[MDStatisticRatioType["AutomatedToNonAutomated"] = 4] = "AutomatedToNonAutomated";
MDStatisticRatioType[MDStatisticRatioType["OrdersToTrades"] = 5] = "OrdersToTrades";
MDStatisticRatioType[MDStatisticRatioType["QuotesToTrades"] = 6] = "QuotesToTrades";
MDStatisticRatioType[MDStatisticRatioType["OrdersAndQuotesToTrades"] = 7] = "OrdersAndQuotesToTrades";
MDStatisticRatioType[MDStatisticRatioType["FailedToTotalTradedValue"] = 8] = "FailedToTotalTradedValue";
MDStatisticRatioType[MDStatisticRatioType["BenefitsToTotalTradedValue"] = 9] = "BenefitsToTotalTradedValue";
MDStatisticRatioType[MDStatisticRatioType["FeesToTotalTradedValue"] = 10] = "FeesToTotalTradedValue";
MDStatisticRatioType[MDStatisticRatioType["TradeVolumeToTotalTradedVolume"] = 11] = "TradeVolumeToTotalTradedVolume";
MDStatisticRatioType[MDStatisticRatioType["OrdersToTotalNumberOrders"] = 12] = "OrdersToTotalNumberOrders";
})(MDStatisticRatioType || (exports.MDStatisticRatioType = MDStatisticRatioType = {}));
//# sourceMappingURL=MDStatisticRatioType.js.map