@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.
15 lines (14 loc) • 428 B
TypeScript
export declare enum MDStatisticRatioType {
BuyersToSellers = 1,
UpticksToDownticks = 2,
MarketMakerToNonMarketMaker = 3,
AutomatedToNonAutomated = 4,
OrdersToTrades = 5,
QuotesToTrades = 6,
OrdersAndQuotesToTrades = 7,
FailedToTotalTradedValue = 8,
BenefitsToTotalTradedValue = 9,
FeesToTotalTradedValue = 10,
TradeVolumeToTotalTradedVolume = 11,
OrdersToTotalNumberOrders = 12
}