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 861 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnderlyingPriceDeterminationMethod = void 0; var UnderlyingPriceDeterminationMethod; (function (UnderlyingPriceDeterminationMethod) { UnderlyingPriceDeterminationMethod[UnderlyingPriceDeterminationMethod["Regular"] = 1] = "Regular"; UnderlyingPriceDeterminationMethod[UnderlyingPriceDeterminationMethod["SpecialReference"] = 2] = "SpecialReference"; UnderlyingPriceDeterminationMethod[UnderlyingPriceDeterminationMethod["OptimalValue"] = 3] = "OptimalValue"; UnderlyingPriceDeterminationMethod[UnderlyingPriceDeterminationMethod["AverageValue"] = 4] = "AverageValue"; })(UnderlyingPriceDeterminationMethod || (exports.UnderlyingPriceDeterminationMethod = UnderlyingPriceDeterminationMethod = {})); //# sourceMappingURL=UnderlyingPriceDeterminationMethod.js.map