Ilya Smirnov

Results 8 issues of Ilya Smirnov

[douggie](https://github.com/douggie) [m1dnightc0der](https://github.com/m1dnightc0der) after accept this PR 4785 no chance to get futures binance. thirst error in BinanceExchange, `String FUTURES_URL = "https://dapi.binance.com"; ` it must be fapi second in BinanceBaseService constructor...

Currently used in Binance Stream and Okx stream. I also have a ready Bybit stream, which also has such a method.

add timestamp to each order in orderbook updates received by websockets

Added OrderBook synchronization through the StampedLock mechanism, which is much faster and more flexible than usual Synhcronzed. That gives us the opportunity to receive a full copy of the orderbook...

Hello. When we set 'SPECIFIC_PARAM_FUTURES_ENABLED = true' and create Future Binance exchange: according to this code in remoteInit() @makarid ```java if(usingSandbox()){ if(isFuturesSandbox()){ BinanceAdapters.adaptFutureExchangeMetaData(exchangeMetaData, marketDataService.getFutureExchangeInfo()); } else { exchangeMetaData = BinanceAdapters.adaptExchangeMetaData(marketDataService.getExchangeInfo(),...

Make SimpleDateFormat ThreadLocal

almost all params according to https://bybit-exchange.github.io/docs/v5/websocket/private/position

implements all BYBIT specified parameters according to https://bybit-exchange.github.io/docs/v5/order/create-order