GCTCLI: Destination var/arg check usage fixes (#421)

* GCTCLI param and linter fixes

* Linter fixes

* Add more basic validation and address codelingo nits

* Add arg number support to cancelOrder and more validity checks
This commit is contained in:
Adrian Gallagher
2020-01-29 16:27:06 +11:00
committed by GitHub
parent 5ac5ec8fc1
commit 01e2ab1499
28 changed files with 182 additions and 95 deletions

View File

@@ -56,7 +56,7 @@ type Bithumb struct {
exchange.Base
}
// GetHistoriCandles returns _rangesize_ number of candles for the given _granularity_ and _pair_ starting from the latest available
// GetHistoricCandles returns rangesize number of candles for the given granularity and pair starting from the latest available
func (b *Bithumb) GetHistoricCandles(pair currency.Pair, rangesize, granularity int64) ([]exchange.Candle, error) {
return nil, common.ErrNotYetImplemented
}