[bug fix]
This commit is contained in:
parent
f3a1fa13e3
commit
1a9716485c
@ -1276,6 +1276,8 @@ class CtaFutureTemplate(CtaTemplate):
|
|||||||
if order_info['offset'] == Offset.OPEN \
|
if order_info['offset'] == Offset.OPEN \
|
||||||
and order_grid \
|
and order_grid \
|
||||||
and len(order_grid.order_ids) == 0 \
|
and len(order_grid.order_ids) == 0 \
|
||||||
|
and not order_grid.open_status \
|
||||||
|
and not order_grid.order_status \
|
||||||
and order_grid.traded_volume == 0:
|
and order_grid.traded_volume == 0:
|
||||||
self.write_log(u'移除从未开仓成功的委托网格{}'.format(order_grid.__dict__))
|
self.write_log(u'移除从未开仓成功的委托网格{}'.format(order_grid.__dict__))
|
||||||
order_info['grid'] = None
|
order_info['grid'] = None
|
||||||
|
Loading…
Reference in New Issue
Block a user