backtest: clean up todo

This commit is contained in:
c9s 2022-08-18 15:11:27 +08:00
parent 6c4d5041ba
commit 9f9fc098f4
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -232,7 +232,6 @@ func (m *SimplePriceMatching) PlaceOrder(o types.SubmitOrder) (*types.Order, *ty
}
// For limit maker orders (open status)
// TODO: handle limit taker order
switch o.Side {
case types.SideTypeBuy: