@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 • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_MAX_SESSIONS = exports.APP_TYPE = exports.METADATA_SCANNER = exports.DISCOVERY_SERVICE = exports.FIX_OPTIONS = void 0;
exports.FIX_OPTIONS = 'FIX_OPTIONS';
exports.DISCOVERY_SERVICE = 'DISCOVERY_SERVICE';
exports.METADATA_SCANNER = 'METADATA_SCANNER';
exports.APP_TYPE = {
ACCEPTOR: 'acceptor',
INITIATOR: 'initiator',
};
exports.DEFAULT_MAX_SESSIONS = 100;
//# sourceMappingURL=fix.constant.js.map