You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running DepthCacheExample.java side by side with binance.com, I noticed that some orders never get removed.
for example the best bid in binance.com would be at 10812.000 and the example application is still holding on to an old bid of 10820.000 even though it was cleared in the website.
The text was updated successfully, but these errors were encountered:
Running DepthCacheExample.java side by side with binance.com, I noticed that some orders never get removed.
for example the best bid in binance.com would be at 10812.000 and the example application is still holding on to an old bid of 10820.000 even though it was cleared in the website.
The text was updated successfully, but these errors were encountered: