MCPcopy Create free account
hub / github.com/0xemmkty/QuantMuse / loadHistoricalData

Method loadHistoricalData

backend/src/data_loader.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114std::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
122void DataLoader::subscribeToRealTimeData(
123 const std::string& symbol,

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36