Update streaming data example due to method name change
This commit is contained in:
parent
650a553823
commit
42e4641cf3
@ -9,4 +9,4 @@ password = getenv("TASTYTRADE_PASSWORD")
|
|||||||
|
|
||||||
client = Tastytrade(username, password)
|
client = Tastytrade(username, password)
|
||||||
client.login()
|
client.login()
|
||||||
client.start_streaming(['AAPL', 'AMZN'])
|
client.stream_quotes(['AAPL', 'AMZN'])
|
Loading…
Reference in New Issue
Block a user