Skip to content

Commit 3844d7f

Browse files
author
Shlomi Kushchi
authored
Merge branch 'master' into enable_raw_data_response
2 parents 60342f4 + 4ed4820 commit 3844d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_trade_api/stream2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ def __init__(
198198
self,
199199
key_id: str = None,
200200
secret_key: str = None,
201-
oauth: str = None,
202201
base_url: URL = None,
203202
data_url: URL = None,
204203
data_stream: str = None,
205204
debug: bool = False,
205+
oauth: str = None,
206206
raw_data: bool = False):
207207
"""
208208
:param base_url: api.alpaca.markets

0 commit comments

Comments
 (0)