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

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.