mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 15:10:59 +00:00
ftx: add basic exchange order execution limits for lower bound (#725)
* ftx: add basic exchange order execution limits for lower bound * ftx/binance: conform to standard logger output * ftx: fix field from SizeIncrement -> MinProvideSize * limits: fix whoopsie * limit: add tests * ftx: fix comment
This commit is contained in:
@@ -321,7 +321,7 @@ func (b *Binance) Run() {
|
||||
err = b.UpdateOrderExecutionLimits(a[x])
|
||||
if err != nil {
|
||||
log.Errorf(log.ExchangeSys,
|
||||
"Could not set %s exchange exchange limits: %v",
|
||||
"%s failed to set exchange order execution limits. Err: %v",
|
||||
b.Name,
|
||||
err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user