Use new method name

marketstore_integration
Tyler Goodlet 2020-06-24 14:13:56 -04:00
parent a6de623147
commit 60b74ad7d1
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ async def symbol_data(broker: str, tickers: List[str]):
"""Retrieve baseline symbol info from broker.
"""
async with get_cached_feed(broker) as feed:
return await feed.client.symbol_data(tickers)
return await feed.client.symbol_info(tickers)
async def smoke_quote(get_quotes, tickers, broker):