TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
Loading...
Searching...
No Matches
Data Structures
tradebench_core.h File Reference
#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...