@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.
13 lines • 882 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RelatedInstrumentType = void 0;
var RelatedInstrumentType;
(function (RelatedInstrumentType) {
RelatedInstrumentType[RelatedInstrumentType["HedgesForInstrument"] = 1] = "HedgesForInstrument";
RelatedInstrumentType[RelatedInstrumentType["Underlier"] = 2] = "Underlier";
RelatedInstrumentType[RelatedInstrumentType["EquityEquivalent"] = 3] = "EquityEquivalent";
RelatedInstrumentType[RelatedInstrumentType["NearestExchangeTradedContract"] = 4] = "NearestExchangeTradedContract";
RelatedInstrumentType[RelatedInstrumentType["RetailEquivalent"] = 5] = "RetailEquivalent";
RelatedInstrumentType[RelatedInstrumentType["Leg"] = 6] = "Leg";
})(RelatedInstrumentType || (exports.RelatedInstrumentType = RelatedInstrumentType = {}));
//# sourceMappingURL=RelatedInstrumentType.js.map