@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.
20 lines • 829 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BasisPxType = void 0;
var BasisPxType;
(function (BasisPxType) {
BasisPxType["ClosingPriceAtMorningSession"] = "2";
BasisPxType["ClosingPrice"] = "3";
BasisPxType["CurrentPrice"] = "4";
BasisPxType["SQ"] = "5";
BasisPxType["VWAPThroughADay"] = "6";
BasisPxType["VWAPThroughAMorningSession"] = "7";
BasisPxType["VWAPThroughAnAfternoonSession"] = "8";
BasisPxType["VWAPThroughADayExcept"] = "9";
BasisPxType["VWAPThroughAMorningSessionExcept"] = "A";
BasisPxType["VWAPThroughAnAfternoonSessionExcept"] = "B";
BasisPxType["Strike"] = "C";
BasisPxType["Open"] = "D";
BasisPxType["Others"] = "Z";
})(BasisPxType || (exports.BasisPxType = BasisPxType = {}));
//# sourceMappingURL=BasisPxType.js.map