Use new method name

its_happening
Tyler Goodlet 2020-06-24 14:13:56 -04:00
parent dc9dbf4385
commit 56132d1fcc
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,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):