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

WebSocket Polygon support #16

Closed mainstringargs closed 4 years ago

mainstringargs commented 4 years ago

Transition from using NATS for Polygon to using WebSockets for polygon. NATS is supported currently, but they may switch completely over to WebSockets

mainstringargs commented 4 years ago

Some more info here: https://github.com/alpacahq/Alpaca-API/issues/68

Petersoj commented 4 years ago

I can work on this later this weekend if you would like. Let me know if I should open a PR.

mainstringargs commented 4 years ago

I can work on this later this weekend if you would like. Let me know if I should open a PR.

No issue here if you have time; Yeah, do a pull request if you end up working it

mainstringargs commented 4 years ago

Implemented