grid: add orders to the order store

This commit is contained in:
c9s 2020-12-17 16:22:43 +08:00
parent 2efdf82915
commit 6962582236

View File

@ -162,6 +162,7 @@ func (s *Strategy) submitReverseOrder(order types.Order) {
return
}
s.orderStore.Add(createdOrders...)
s.activeOrders.Add(createdOrders...)
}