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 623 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LiquidityIndType = void 0; var LiquidityIndType; (function (LiquidityIndType) { LiquidityIndType[LiquidityIndType["FiveDayMovingAverage"] = 1] = "FiveDayMovingAverage"; LiquidityIndType[LiquidityIndType["TwentyDayMovingAverage"] = 2] = "TwentyDayMovingAverage"; LiquidityIndType[LiquidityIndType["NormalMarketSize"] = 3] = "NormalMarketSize"; LiquidityIndType[LiquidityIndType["Other"] = 4] = "Other"; })(LiquidityIndType || (exports.LiquidityIndType = LiquidityIndType = {})); //# sourceMappingURL=LiquidityIndType.js.map