uniVocity/univocity-trader

TD Ameritrade interface

jecker7 opened this issue · 1 comments

Hi Jeronimo - I'm interested in adding a TD Ameritrade interface to the project for personal use. The TDA API uses JSON schemas to define requests for orders, price history, etc. so for implementation I was thinking of storing the schemas in the project, and then using a serialization library to generate classes as needed.

Any thoughts on this approach? And do you have a preferred JSON serialization library?

jbax commented