mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
xmaker: fix message
This commit is contained in:
parent
c13a5cdf6e
commit
fad8642a59
|
@ -811,7 +811,7 @@ func (s *Strategy) CrossRun(ctx context.Context, orderExecutionRouter bbgo.Order
|
|||
bbgo.Notify(position)
|
||||
})
|
||||
s.tradeCollector.OnRecover(func(trade types.Trade) {
|
||||
bbgo.Notify("Recover trade", trade)
|
||||
bbgo.Notify("Recovered trade", trade)
|
||||
})
|
||||
s.tradeCollector.BindStream(s.sourceSession.UserDataStream)
|
||||
s.tradeCollector.BindStream(s.makerSession.UserDataStream)
|
||||
|
|
Loading…
Reference in New Issue
Block a user