@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 • 692 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MarketMakerActivity = void 0;
var MarketMakerActivity;
(function (MarketMakerActivity) {
MarketMakerActivity[MarketMakerActivity["NoParticipation"] = 0] = "NoParticipation";
MarketMakerActivity[MarketMakerActivity["BuyParticipation"] = 1] = "BuyParticipation";
MarketMakerActivity[MarketMakerActivity["SellParticipation"] = 2] = "SellParticipation";
MarketMakerActivity[MarketMakerActivity["BothBuyAndSellParticipation"] = 3] = "BothBuyAndSellParticipation";
})(MarketMakerActivity || (exports.MarketMakerActivity = MarketMakerActivity = {}));
//# sourceMappingURL=MarketMakerActivity.js.map