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

Method loadMarketData

backend/src/data_loader.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108DataLoader::~DataLoader() = default;
109
110MarketData DataLoader::loadMarketData(const std::string& symbol) {
111 return pimpl_->loadMarketData(symbol);
112}
113
114std::vector<MarketData> DataLoader::loadHistoricalData(
115 const std::string& symbol,

Callers 3

processMarketDataMethod · 0.45
getCurrentPricesMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36