binance / binance-connector-java

MIT License
390 stars 170 forks source link

The All Market Rolling Window Statistics Streams doesn't work #123

Closed roberto-cisternino closed 1 month ago

roberto-cisternino commented 1 month ago

Please note that the

allRollingWindowTicker("!ticker_1h@arr", onOpenCallback, onMessageCallback, onClosingCallback, onClosedCallback, onFailureCallback);

doesn't work. After connection no data arrives back.

The related service on Binance works as expected: wss://stream.binance.com:9443/ws/!ticker_1h@arr

roberto-cisternino commented 1 month ago

Not a bug as I passed a wrong parameter for the windowSize "!ticker_1h@arr" instead of "1h"