@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.
14 lines • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TradingSessionID = void 0;
var TradingSessionID;
(function (TradingSessionID) {
TradingSessionID["Day"] = "1";
TradingSessionID["HalfDay"] = "2";
TradingSessionID["Morning"] = "3";
TradingSessionID["Afternoon"] = "4";
TradingSessionID["Evening"] = "5";
TradingSessionID["AfterHours"] = "6";
TradingSessionID["Holiday"] = "7";
})(TradingSessionID || (exports.TradingSessionID = TradingSessionID = {}));
//# sourceMappingURL=TradingSessionID.js.map