diff --git a/streaming_data_example.py b/streaming_data_example.py index a76af19..5a81a6b 100644 --- a/streaming_data_example.py +++ b/streaming_data_example.py @@ -9,4 +9,4 @@ password = getenv("TASTYTRADE_PASSWORD") client = Tastytrade(username, password) client.login() -client.start_streaming(['AAPL', 'AMZN']) \ No newline at end of file +client.stream_quotes(['AAPL', 'AMZN']) \ No newline at end of file