Update streaming data example due to method name change

This commit is contained in:
moshferatu 2024-07-06 05:12:46 -07:00
parent 650a553823
commit 42e4641cf3

View File

@ -9,4 +9,4 @@ password = getenv("TASTYTRADE_PASSWORD")
client = Tastytrade(username, password)
client.login()
client.start_streaming(['AAPL', 'AMZN'])
client.stream_quotes(['AAPL', 'AMZN'])