binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 623 forks source link

Trade informations #320

Closed Xamez closed 3 years ago

Xamez commented 3 years ago

I would like to have some information on how to make trades. According to the doc, we have to do this but it is no longer up to date. So, from what I see, you have to go through CLIENT.newOrder(new NewOrder(....)) So I have a few questions:

Thank you in advance, Xamez