mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
batch: show trade sync time range in the message
This commit is contained in:
parent
20c6c7eb9a
commit
2a8caa3780
|
@ -45,7 +45,7 @@ func (e TradeBatchQuery) Query(ctx context.Context, symbol string, options *type
|
|||
logrus.WithError(err).Error("rate limit error")
|
||||
}
|
||||
|
||||
logrus.Infof("querying %s trades from id=%d limit=%d", symbol, lastTradeID, options.Limit)
|
||||
logrus.Infof("querying %s trades from id=%d limit=%d between %s <=> %s", symbol, lastTradeID, options.Limit, startTime, endTime)
|
||||
|
||||
var err error
|
||||
var trades []types.Trade
|
||||
|
|
Loading…
Reference in New Issue
Block a user