Handle overloaded arg

its_happening
Tyler Goodlet 2020-07-15 08:28:50 -04:00
parent d0a9afbb36
commit 50f903d7c5
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ class Client:
time_frame: str = '1m',
count: float = 20e3,
is_paid_feed: bool = False,
as_np: bool = False,
) -> List[Dict[str, Any]]:
"""Retreive OHLCV bars for a symbol over a range to the present.