@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.
9 lines • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuoteModelType = void 0;
var QuoteModelType;
(function (QuoteModelType) {
QuoteModelType[QuoteModelType["QuoteEntry"] = 1] = "QuoteEntry";
QuoteModelType[QuoteModelType["QuoteModification"] = 2] = "QuoteModification";
})(QuoteModelType || (exports.QuoteModelType = QuoteModelType = {}));
//# sourceMappingURL=QuoteModelType.js.map