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.

12 lines 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PegOffsetType = void 0; var PegOffsetType; (function (PegOffsetType) { PegOffsetType[PegOffsetType["Price"] = 0] = "Price"; PegOffsetType[PegOffsetType["BasisPoints"] = 1] = "BasisPoints"; PegOffsetType[PegOffsetType["Ticks"] = 2] = "Ticks"; PegOffsetType[PegOffsetType["PriceTier"] = 3] = "PriceTier"; PegOffsetType[PegOffsetType["Percentage"] = 4] = "Percentage"; })(PegOffsetType || (exports.PegOffsetType = PegOffsetType = {})); //# sourceMappingURL=PegOffsetType.js.map