mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
exchanges/bittrex,kucoin: Remove exchange implementation and fix minor test issue (#1403)
* exchanges/Bittrex: Remove exchange implementation * Kucoin: Fix TestProcessMarketSnapshot after pair removal update * Kucoin: Fix race due to duplicate setupWS call Unleash your inner Max Verstappen * Kucoin: Actually test spot/margin market snapshot replication
This commit is contained in:
@@ -106,8 +106,8 @@ type Base struct {
|
||||
// Checks if the orderbook needs ID alignment as well as price alignment
|
||||
IDAlignment bool
|
||||
// Determines if there is a max depth of orderbooks and after an append we
|
||||
// should remove any items that are outside of this scope. Bittrex and
|
||||
// Kraken utilise this field.
|
||||
// should remove any items that are outside of this scope. Kraken utilises
|
||||
// this field.
|
||||
MaxDepth int
|
||||
// ChecksumStringRequired defines if the checksum is built from the raw
|
||||
// string representations of the price and amount. This helps alleviate any
|
||||
|
||||
Reference in New Issue
Block a user