| 112 | } |
| 113 | |
| 114 | std::vector<MarketData> DataLoader::loadHistoricalData( |
| 115 | const std::string& symbol, |
| 116 | const Timestamp& start, |
| 117 | const Timestamp& end |
| 118 | ) { |
| 119 | return pimpl_->loadHistoricalData(symbol, start, end); |
| 120 | } |
| 121 | |
| 122 | void DataLoader::subscribeToRealTimeData( |
| 123 | const std::string& symbol, |