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
198 stars 84 forks source link

Updates Polygon to use Websockets in place of soon-to-be deprecated NATs protocol #19

Closed Petersoj closed 4 years ago

Petersoj commented 4 years ago

This updates the polygon API to use websockets in place of the NATs protocol which is going to be officially deprecated on 01/01/2020. This resolves issue #16.

mainstringargs commented 4 years ago

Wow, cool, you did that fast! I’ll take a look at it tomorrow and merge it

On Tue, Oct 29, 2019 at 7:14 PM Jacob Peterson notifications@github.com wrote:


You can view, comment on, or merge this pull request online at:

https://github.com/mainstringargs/alpaca-java/pull/19 Commit Summary

  • Remove NATs dependency and cleanup
  • Update Polygon from NATs to Websockets

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mainstringargs/alpaca-java/pull/19?email_source=notifications&email_token=ABVXM4TB3W6SVBEZHRRWRQTQRDGWXA5CNFSM4JGROZN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HVHYOHQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVXM4UV63LT6KZIA735LFLQRDGWXANCNFSM4JGROZNQ .

mainstringargs commented 4 years ago

Looks good!