Made use of Pairs and BaseCurrencies variables, formatting changes.

This commit is contained in:
Adrian Gallagher
2015-05-06 20:20:42 +10:00
parent 8183d1a955
commit f6bcdf8a76
14 changed files with 976 additions and 920 deletions

View File

@@ -37,6 +37,8 @@ type Coinbase struct {
RESTPollingDelay time.Duration
Password, APIKey, APISecret string
TakerFee, MakerFee float64
BaseCurrencies []string
Pairs []string
}
type CoinbaseTicker struct {