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:
Adrian Gallagher
2023-11-22 10:20:09 +11:00
committed by GitHub
parent 86e091028f
commit 0fd433e865
29 changed files with 11 additions and 4152 deletions

View File

@@ -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