MaxxRK / firstrade-api

A reverse engineered api to work with the Firstrade broker.
MIT License
39 stars 13 forks source link

fix on account and addition on symbols since the data is already there #19

Closed Cfomodz closed 5 months ago

Cfomodz commented 5 months ago

There was a param in the doc string that was not, in fact, accepted by the init and did not, therefore, trigger a cookie save and thus offer persistence via that param.

There were two additional data points provided by getting a quote that could be added in to a quote object without additional calls, so I included them.