mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-01 15:10:44 +00:00
Added the ability to enable/disable Cryptocurrencies on Exchanges via config file. A few more exchanges need to be completed.
This commit is contained in:
@@ -23,7 +23,8 @@ type ItBit struct {
|
||||
ClientKey, APISecret, UserID string
|
||||
MakerFee, TakerFee float64
|
||||
BaseCurrencies []string
|
||||
Pairs []string
|
||||
AvailablePairs []string
|
||||
EnabledPairs []string
|
||||
}
|
||||
|
||||
type ItBitTicker struct {
|
||||
|
||||
Reference in New Issue
Block a user