Added helper functions, exchange method to set currencies and bug fixes

This commit is contained in:
Adrian Gallagher
2018-01-18 12:45:19 +11:00
parent bb74b22ef7
commit 5a2c81346c
13 changed files with 159 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ func main() {
Subtotal float64
}
cfg.RetrieveConfigCurrencyPairs()
cfg.RetrieveConfigCurrencyPairs(true)
portfolioMap := make(map[string]PortfolioTemp)
total := float64(0)