|
BetaTrader
A HFT Eco-System
|
Top-level entry point for the trading core service. More...
#include <exchange_routing/Command.h>#include <exchange_state/OrderIDGenerator.h>#include <exchange_routing/Partition.h>#include <exchange_state/TradeIDGenerator.h>#include <exchange_publishers/MarketDataPublisher.h>#include "common/Order.h"#include "common_fix/ExecutionReport.h"#include "data/DatabaseWorker.h"#include "data/TradeIDRepository.h"#include "data/AuthRepository.h"#include <functional>#include <memory>#include <optional>#include <mutex>

Go to the source code of this file.
Classes | |
| class | trading_core::TradingCore |
| High-level manager for partitions and command dispatch. More... | |
Namespaces | |
| namespace | trading_core |
Top-level entry point for the trading core service.
Declares the TradingCore which manages partitions, the database worker, and the lifecycle of the trading engine.