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

New Market Data API #71

Closed Petersoj closed 3 years ago

Petersoj commented 3 years ago

Adds functionality for streaming, last quote, and last trade.

jessethouin commented 3 years ago

lgtm

Petersoj commented 3 years ago

@jessethouin I'm going to do a bit more testing before this gets integrated. Thanks though 👍 Testing will be much easier after unit testing has been added.

jessethouin commented 3 years ago

I can work on that. I'll branch and let you know which classes I'm targeting. Do you have a list you're already working on?

Petersoj commented 3 years ago

@jessethouin For this PR, I am doing manual testing. I was referring to the unittesting branch that will make testing much easier.