@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 • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AvgPxIndicator = void 0;
var AvgPxIndicator;
(function (AvgPxIndicator) {
AvgPxIndicator[AvgPxIndicator["NoAveragePricing"] = 0] = "NoAveragePricing";
AvgPxIndicator[AvgPxIndicator["Trade"] = 1] = "Trade";
AvgPxIndicator[AvgPxIndicator["LastTrade"] = 2] = "LastTrade";
AvgPxIndicator[AvgPxIndicator["NotionalValueAveragePxGroupTrade"] = 3] = "NotionalValueAveragePxGroupTrade";
AvgPxIndicator[AvgPxIndicator["AveragePricedTrade"] = 4] = "AveragePricedTrade";
})(AvgPxIndicator || (exports.AvgPxIndicator = AvgPxIndicator = {}));
//# sourceMappingURL=AvgPxIndicator.js.map