TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CApp\Controllers\AdminControllerController managing administrative routes and data moderation tools
 CApp\Controllers\AiControllerController for handling AI insight generation logic and permission enforcement
 CApp\Services\AiServiceService responsible for managing communications with the Google Gemini Large Language Model
 CApp\AnalysisClientClient for interacting with the C++ Analytical Core via gRPC
 CApp\Controllers\AnalysisControllerController managing algorithmic backtesting processes, history, and real-time streams
 CApp\Models\AnalysisTaskData Access Object (DAO) for managing analysis_tasks and analysis_results tables
 CApp\Controllers\AuthControllerController responsible for user registration, authentication, and token generation
 CApp\Core\AuthMiddlewareHandles JWT verification and Role-Based Access Control (RBAC)
 CBacktestingEngineEngine responsible for executing trading strategies
 CBacktestResultStructure to hold the advanced result of a backtest simulation
 CApp\Services\BinanceServiceService providing external communication capabilities with the Binance REST API
 CApp\Models\CurrencyDataData Access Object for handling market candlestick data
 CApp\Core\DatabaseSingleton Database Connection Manager for PostgreSQL
 CDataRepositoryHandles all interactions with the PostgreSQL database
 CMarketDataStructure to hold market data including timestamps
 CApp\Core\ResponseUtility class for standardizing JSON HTTP responses
 CApp\Core\RouterSimple HTTP Router implementing the Front Controller pattern for MVC architecture
 Canalyzer::AnalysisService::Service
 CAnalysisServiceImplImplementation of the gRPC Analysis Service
 CApp\Controllers\SubscriptionControllerController for managing user billing and role upgrades
 CApp\Controllers\SystemControllerController for checking system health and microservices status