@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 • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MDQuoteType = void 0;
var MDQuoteType;
(function (MDQuoteType) {
MDQuoteType[MDQuoteType["Indicative"] = 0] = "Indicative";
MDQuoteType[MDQuoteType["Tradeable"] = 1] = "Tradeable";
MDQuoteType[MDQuoteType["RestrictedTradeable"] = 2] = "RestrictedTradeable";
MDQuoteType[MDQuoteType["Counter"] = 3] = "Counter";
MDQuoteType[MDQuoteType["IndicativeAndTradeable"] = 4] = "IndicativeAndTradeable";
})(MDQuoteType || (exports.MDQuoteType = MDQuoteType = {}));
//# sourceMappingURL=MDQuoteType.js.map