alexgolec / tda-api

A TD Ameritrade API client for Python. Includes historical data for equities and ETFs, options chains, streaming order book data, complex order construction, and more.
https://tda-api.readthedocs.io
MIT License
1.26k stars 338 forks source link

Update typo and bug #293

Closed weilintuye95 closed 2 years ago

weilintuye95 commented 2 years ago

stream_client.add_nasdaq_book_handler was calling 'save_stream' (which is undefined), instead of 'print_message' (which was defined but not being called). This led to confusing documentation. I'm assuming that this proposed change is what was intended originally.