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

Alpaca.properties Question #40

Closed josht000 closed 4 years ago

josht000 commented 4 years ago

What is the user_agent property? I'm familiar with the key_id and secret_key, but where do I find user_agent_key??

Thanks

Petersoj commented 4 years ago

You can leave that property blank as it will be automatically set to the default found here.

josht000 commented 4 years ago

Ok, thanks.