@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 • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MDStatisticIntervalType = void 0;
var MDStatisticIntervalType;
(function (MDStatisticIntervalType) {
MDStatisticIntervalType[MDStatisticIntervalType["SlidingWindow"] = 1] = "SlidingWindow";
MDStatisticIntervalType[MDStatisticIntervalType["SlidingWindowPeak"] = 2] = "SlidingWindowPeak";
MDStatisticIntervalType[MDStatisticIntervalType["FixedDateRange"] = 3] = "FixedDateRange";
MDStatisticIntervalType[MDStatisticIntervalType["FixedTimeRange"] = 4] = "FixedTimeRange";
MDStatisticIntervalType[MDStatisticIntervalType["CurrentTimeUnit"] = 5] = "CurrentTimeUnit";
MDStatisticIntervalType[MDStatisticIntervalType["PreviousTimeUnit"] = 6] = "PreviousTimeUnit";
MDStatisticIntervalType[MDStatisticIntervalType["MaximumRange"] = 7] = "MaximumRange";
MDStatisticIntervalType[MDStatisticIntervalType["MaximumRangeUpToPreviousTimeUnit"] = 8] = "MaximumRangeUpToPreviousTimeUnit";
})(MDStatisticIntervalType || (exports.MDStatisticIntervalType = MDStatisticIntervalType = {}));
//# sourceMappingURL=MDStatisticIntervalType.js.map