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.

15 lines 680 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DiscretionInst = void 0; var DiscretionInst; (function (DiscretionInst) { DiscretionInst["RelatedToDisplayedPrice"] = "0"; DiscretionInst["RelatedToMarketPrice"] = "1"; DiscretionInst["RelatedToPrimaryPrice"] = "2"; DiscretionInst["RelatedToLocalPrimaryPrice"] = "3"; DiscretionInst["RelatedToMidpointPrice"] = "4"; DiscretionInst["RelatedToLastTradePrice"] = "5"; DiscretionInst["RelatedToVWAP"] = "6"; DiscretionInst["AveragePriceGuarantee"] = "7"; })(DiscretionInst || (exports.DiscretionInst = DiscretionInst = {})); //# sourceMappingURL=DiscretionInst.js.map