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.

11 lines 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StatsType = void 0; var StatsType; (function (StatsType) { StatsType[StatsType["ExchangeLast"] = 1] = "ExchangeLast"; StatsType[StatsType["High"] = 2] = "High"; StatsType[StatsType["AveragePrice"] = 3] = "AveragePrice"; StatsType[StatsType["Turnover"] = 4] = "Turnover"; })(StatsType || (exports.StatsType = StatsType = {})); //# sourceMappingURL=StatsType.js.map