|
TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
|
#include <string>#include <vector>#include <pqxx/pqxx>#include <grpcpp/grpcpp.h>#include "analysis.grpc.pb.h"Go to the source code of this file.
Data Structures | |
| struct | MarketData |
| Structure to hold market data including timestamps. More... | |
| struct | BacktestResult |
| Structure to hold the advanced result of a backtest simulation. More... | |
| class | DataRepository |
| Handles all interactions with the PostgreSQL database. More... | |
| class | BacktestingEngine |
| Engine responsible for executing trading strategies. More... | |
| class | AnalysisServiceImpl |
| Implementation of the gRPC Analysis Service. More... | |