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

allows disabling enum enforcer on all client methods. #303

Closed pssolanki111 closed 2 years ago

pssolanki111 commented 2 years ago

Includes modifications to existing test cases and docs reflecting the changes.

additional test cases added for verifying that the underlying client objects do receive enforce_enums flag.