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.

10 lines 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValueCheckType = void 0; var ValueCheckType; (function (ValueCheckType) { ValueCheckType[ValueCheckType["PriceCheck"] = 1] = "PriceCheck"; ValueCheckType[ValueCheckType["NotionalValueCheck"] = 2] = "NotionalValueCheck"; ValueCheckType[ValueCheckType["QuantityCheck"] = 3] = "QuantityCheck"; })(ValueCheckType || (exports.ValueCheckType = ValueCheckType = {})); //# sourceMappingURL=ValueCheckType.js.map