Support the `stream_quotes()` api in questrade backend

bar_select
Tyler Goodlet 2020-07-20 16:58:40 -04:00
parent ad519c10a9
commit 46c804db0b
1 changed files with 0 additions and 1 deletions

View File

@ -565,7 +565,6 @@ 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.