|
BetaTrader
A HFT Eco-System
|
#include "client_ui/UIManager.h"#include "client_ui/ConnectionPanel.h"#include "admin/ExchangeManager.h"#include "admin/ExchangePanel.h"#include "client_ui/TradingPanel.h"#include "client_ui/ChartPanel.h"#include "client_ui/SimulatorPanel.h"#include "client_ui/OrderBookPanel.h"#include "orderbook/OrderBook.h"#include "ohlc/CandleAggregator.h"#include "simulator/StochasticSimulator.h"#include "data/MarketHistoryRepository.h"#include <asio.hpp>#include <thread>#include <memory>

Go to the source code of this file.
Classes | |
| class | client_app::App |
| Coordinates the lifecycle of the network and UI threads. More... | |
Namespaces | |
| namespace | client_app |