Websocket update increasing exchange coverage and bug fixes (#233)

Websocket update increasing exchange coverage and bug fixes
This commit is contained in:
Ryan O'Hara-Reid
2019-01-23 14:23:11 +11:00
committed by Adrian Gallagher
parent b62a9c76b1
commit 41415ca3b9
72 changed files with 1982 additions and 439 deletions

View File

@@ -68,7 +68,8 @@ func (b *Bittrex) SetDefaults() {
b.Enabled = false
b.Verbose = false
b.RESTPollingDelay = 10
b.APIWithdrawPermissions = exchange.AutoWithdrawCryptoWithAPIPermission | exchange.NoFiatWithdrawals
b.APIWithdrawPermissions = exchange.AutoWithdrawCryptoWithAPIPermission |
exchange.NoFiatWithdrawals
b.RequestCurrencyPairFormat.Delimiter = "-"
b.RequestCurrencyPairFormat.Uppercase = true
b.ConfigCurrencyPairFormat.Delimiter = "-"