BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
TradingCore.h File Reference

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>
Include dependency graph for TradingCore.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.