mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 23:16:53 +00:00
Exchanges: Add config variable to set bypassing of orderbook verification by exchange (#614)
* Exchanges: Add config variable to set bypassing of orderbook verification * Exchanges: Consolidate orderbook variables into config struct * Exchanges: Addr nit; set verification bypass on websocket book implementations
This commit is contained in:
@@ -218,6 +218,7 @@ type Base struct {
|
||||
WebsocketOrderbookBufferLimit int64
|
||||
Websocket *stream.Websocket
|
||||
*request.Requester
|
||||
Config *config.ExchangeConfig
|
||||
settingsMutex sync.RWMutex
|
||||
Config *config.ExchangeConfig
|
||||
settingsMutex sync.RWMutex
|
||||
OrderbookVerificationBypass bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user