joaopsilva / 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.
208 stars 803 forks source link

Issue on userDataEventUpdate #55

Open aminjellali opened 2 years ago

aminjellali commented 2 years ago

No support of 'outboundAccountPosition' in 'UserDataUpdateEventType'. Apparently this issue closes the web socket client.

aminjellali commented 2 years ago

Checking pending PRs noticed that #27 might solve the issue https://github.com/joaopsilva/binance-java-api/pull/27