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

Add the new Orders Endpoint #82

Closed tamuseanmiller closed 3 years ago

tamuseanmiller commented 3 years ago

In the last Alpaca API update, they added the option to feed a list of tickers separated by commas to the orders endpoint in order to get your orders for only those tickers. Read more here https://alpaca.markets/docs/api-documentation/api-v2/orders/

tamuseanmiller commented 3 years ago

83

Petersoj commented 3 years ago

Merged #83