mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +00:00
grid2: call Initialize in clean up
This commit is contained in:
parent
86584b01b9
commit
c5e2acf0f5
|
@ -1567,6 +1567,7 @@ func (s *Strategy) CleanUp(ctx context.Context) error {
|
|||
s.session = s.ExchangeSession
|
||||
}
|
||||
|
||||
_ = s.Initialize()
|
||||
return s.cancelAll(ctx)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user