Petersoj / alpaca-java

A Java API for Alpaca, the commission free, algo friendly, stock trading broker. https://alpaca.markets
https://petersoj.github.io/alpaca-java/
MIT License
197 stars 82 forks source link

Configurable property configurations #63

Closed gregbarton closed 4 years ago

gregbarton commented 4 years ago

Any plans on making AlpacaProperties able to load from a specified resource? I need to do both live and paper trading at once using two instances of AlpacaAPI. I can make a pull request if you're not planning on doing that change yourself any time soon.

Thanks!

gregbarton commented 4 years ago

Belay that. I see the multiple constructors for AlpacaAPI. Will use those.