@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 • 695 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AveragePriceType = void 0;
var AveragePriceType;
(function (AveragePriceType) {
AveragePriceType[AveragePriceType["TimeWeightedAveragePrice"] = 0] = "TimeWeightedAveragePrice";
AveragePriceType[AveragePriceType["VolumeWeightedAveragePrice"] = 1] = "VolumeWeightedAveragePrice";
AveragePriceType[AveragePriceType["PercentOfVolumeAveragePrice"] = 2] = "PercentOfVolumeAveragePrice";
AveragePriceType[AveragePriceType["LimitOrderAveragePrice"] = 3] = "LimitOrderAveragePrice";
})(AveragePriceType || (exports.AveragePriceType = AveragePriceType = {}));
//# sourceMappingURL=AveragePriceType.js.map