UNPKG

@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.

11 lines 629 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RespondentType = void 0; var RespondentType; (function (RespondentType) { RespondentType[RespondentType["AllMarketParticipants"] = 1] = "AllMarketParticipants"; RespondentType[RespondentType["SpecifiedMarketParticipants"] = 2] = "SpecifiedMarketParticipants"; RespondentType[RespondentType["AllMarketMakers"] = 3] = "AllMarketMakers"; RespondentType[RespondentType["PrimaryMarketMaker"] = 4] = "PrimaryMarketMaker"; })(RespondentType || (exports.RespondentType = RespondentType = {})); //# sourceMappingURL=RespondentType.js.map