File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ExchangeSharp/API/Exchanges/_Base Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The following cryptocurrency exchanges are supported:
43
43
| Bleutrade | x | x | | |
44
44
| BtcTurk | | | R | |
45
45
| BTSE | x | x | | |
46
- | Bybit | x | x | R | Has public method for Websocket Positions |
46
+ | Bybit | x | x | R B | Has public method for Websocket Positions |
47
47
| Coinbase (Advanced) | x | x | T R O U | |
48
48
| Coincheck | | | R | |
49
49
| Coinmate | x | x | | |
@@ -57,7 +57,7 @@ The following cryptocurrency exchanges are supported:
57
57
| HitBTC | x | x | R | |
58
58
| Huobi | x | x | R B | |
59
59
| Kraken | x | x | R | Dark order symbols not supported |
60
- | KuCoin | x | x | T R | |
60
+ | KuCoin | x | x | T R B | |
61
61
| LBank | x | x | R | |
62
62
| Livecoin | x | x | | |
63
63
| MEXC | x | x | | |
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ out partialOrderBookQueue
170
170
{
171
171
// First response from exchange will be the full order book.
172
172
// Subsequent updates will be deltas, at least some exchanges have their heads on straight
173
- if ( ! foundFullBook )
173
+ if ( ! foundFullBook || newOrderBook . IsFromSnapshot )
174
174
{
175
175
fullBooks [ newOrderBook . MarketSymbol ] = fullOrderBook = newOrderBook ;
176
176
}
You can’t perform that action at this time.
0 commit comments