@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.
27 lines • 2.68 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MDStatisticRequestResult = void 0;
var MDStatisticRequestResult;
(function (MDStatisticRequestResult) {
MDStatisticRequestResult[MDStatisticRequestResult["Successful"] = 0] = "Successful";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidOrUnknownMarket"] = 1] = "InvalidOrUnknownMarket";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidOrUnknownMarketSegment"] = 2] = "InvalidOrUnknownMarketSegment";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidOrUnknownSecurityList"] = 3] = "InvalidOrUnknownSecurityList";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidOrUnknownInstruments"] = 4] = "InvalidOrUnknownInstruments";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidParties"] = 5] = "InvalidParties";
MDStatisticRequestResult[MDStatisticRequestResult["TradeDateOutOfSupportedRange"] = 6] = "TradeDateOutOfSupportedRange";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedStatisticType"] = 7] = "UnsupportedStatisticType";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedScopeOrSubScope"] = 8] = "UnsupportedScopeOrSubScope";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedScopeType"] = 9] = "UnsupportedScopeType";
MDStatisticRequestResult[MDStatisticRequestResult["MarketDepthNotSupported"] = 10] = "MarketDepthNotSupported";
MDStatisticRequestResult[MDStatisticRequestResult["FrequencyNotSupported"] = 11] = "FrequencyNotSupported";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedStatisticInterval"] = 12] = "UnsupportedStatisticInterval";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedStatisticDateRange"] = 13] = "UnsupportedStatisticDateRange";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedStatisticTimeRange"] = 14] = "UnsupportedStatisticTimeRange";
MDStatisticRequestResult[MDStatisticRequestResult["UnsupportedRatioType"] = 15] = "UnsupportedRatioType";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidOrUnknownTradeInputSource"] = 16] = "InvalidOrUnknownTradeInputSource";
MDStatisticRequestResult[MDStatisticRequestResult["InvalidOrUnknownTradingSession"] = 17] = "InvalidOrUnknownTradingSession";
MDStatisticRequestResult[MDStatisticRequestResult["UnauthorizedForStatisticRequest"] = 18] = "UnauthorizedForStatisticRequest";
MDStatisticRequestResult[MDStatisticRequestResult["Other"] = 99] = "Other";
})(MDStatisticRequestResult || (exports.MDStatisticRequestResult = MDStatisticRequestResult = {}));
//# sourceMappingURL=MDStatisticRequestResult.js.map