alexgolec / schwab-py

Unofficial API wrapper for the Schwab HTTP API
MIT License
184 stars 44 forks source link

LevelOneFuturesFields are not complete #138

Closed mm0 closed 2 months ago

mm0 commented 2 months ago

https://github.com/alexgolec/schwab-py/blob/d14175acfdca95d2f8653dfc796bf26c551b1f9f/schwab/streaming.py#L1038-L1150

Any reason why these are all "Unknown" and "FIELD_" generic fields? It looks like they line up with what's documented in the URL in the comment:

https://developer.tdameritrade.com/content/streaming-data#_Toc504640603

image

Are you accepting pull requests for this or is it something you will be adding?

Thanks.

alexgolec commented 2 months ago

This is a known issue, we're working on incorporating this information.

Added a linked PR.