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.

40 lines 2.94 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MDStatisticSubScope = void 0; var MDStatisticSubScope; (function (MDStatisticSubScope) { MDStatisticSubScope[MDStatisticSubScope["Visible"] = 1] = "Visible"; MDStatisticSubScope[MDStatisticSubScope["Hidden"] = 2] = "Hidden"; MDStatisticSubScope[MDStatisticSubScope["Indicative"] = 3] = "Indicative"; MDStatisticSubScope[MDStatisticSubScope["Tradeable"] = 4] = "Tradeable"; MDStatisticSubScope[MDStatisticSubScope["Passive"] = 5] = "Passive"; MDStatisticSubScope[MDStatisticSubScope["MarketConsensus"] = 6] = "MarketConsensus"; MDStatisticSubScope[MDStatisticSubScope["Power"] = 7] = "Power"; MDStatisticSubScope[MDStatisticSubScope["HardwareError"] = 8] = "HardwareError"; MDStatisticSubScope[MDStatisticSubScope["SoftwareError"] = 9] = "SoftwareError"; MDStatisticSubScope[MDStatisticSubScope["NetworkError"] = 10] = "NetworkError"; MDStatisticSubScope[MDStatisticSubScope["Failed"] = 11] = "Failed"; MDStatisticSubScope[MDStatisticSubScope["Executed"] = 12] = "Executed"; MDStatisticSubScope[MDStatisticSubScope["Entered"] = 13] = "Entered"; MDStatisticSubScope[MDStatisticSubScope["Modified"] = 14] = "Modified"; MDStatisticSubScope[MDStatisticSubScope["Cancelled"] = 15] = "Cancelled"; MDStatisticSubScope[MDStatisticSubScope["MarketDataAccess"] = 16] = "MarketDataAccess"; MDStatisticSubScope[MDStatisticSubScope["TerminalAccess"] = 17] = "TerminalAccess"; MDStatisticSubScope[MDStatisticSubScope["Volume"] = 18] = "Volume"; MDStatisticSubScope[MDStatisticSubScope["Cleared"] = 19] = "Cleared"; MDStatisticSubScope[MDStatisticSubScope["Settled"] = 20] = "Settled"; MDStatisticSubScope[MDStatisticSubScope["Other"] = 21] = "Other"; MDStatisticSubScope[MDStatisticSubScope["Monetary"] = 22] = "Monetary"; MDStatisticSubScope[MDStatisticSubScope["NonMonetary"] = 23] = "NonMonetary"; MDStatisticSubScope[MDStatisticSubScope["Gross"] = 24] = "Gross"; MDStatisticSubScope[MDStatisticSubScope["LargeInScale"] = 25] = "LargeInScale"; MDStatisticSubScope[MDStatisticSubScope["NeitherHiddenNorLargeInScale"] = 26] = "NeitherHiddenNorLargeInScale"; MDStatisticSubScope[MDStatisticSubScope["CorporateAction"] = 27] = "CorporateAction"; MDStatisticSubScope[MDStatisticSubScope["VenueDecision"] = 28] = "VenueDecision"; MDStatisticSubScope[MDStatisticSubScope["MinimumTimePeriod"] = 29] = "MinimumTimePeriod"; MDStatisticSubScope[MDStatisticSubScope["Open"] = 30] = "Open"; MDStatisticSubScope[MDStatisticSubScope["NotExecuted"] = 31] = "NotExecuted"; MDStatisticSubScope[MDStatisticSubScope["Aggressive"] = 32] = "Aggressive"; MDStatisticSubScope[MDStatisticSubScope["Directed"] = 33] = "Directed"; })(MDStatisticSubScope || (exports.MDStatisticSubScope = MDStatisticSubScope = {})); //# sourceMappingURL=MDStatisticSubScope.js.map