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

@@ -81,7 +81,8 @@ func (b *Bitflyer) SetDefaults() {
b.Enabled = false
b.Verbose = false
b.RESTPollingDelay = 10
b.APIWithdrawPermissions = exchange.WithdrawCryptoViaWebsiteOnly | exchange.AutoWithdrawFiat
b.APIWithdrawPermissions = exchange.WithdrawCryptoViaWebsiteOnly |
exchange.AutoWithdrawFiat
b.RequestCurrencyPairFormat.Delimiter = "_"
b.RequestCurrencyPairFormat.Uppercase = true
b.ConfigCurrencyPairFormat.Delimiter = "_"