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.
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.
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.