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:
Adrian Gallagher
2015-05-07 03:40:16 +10:00
parent 7b93fde98f
commit 815b22dbeb
21 changed files with 414 additions and 350 deletions

View File

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