This commit is contained in:
zhnlk 2017-03-07 15:47:57 +08:00
parent 45f8cb21e6
commit 0377f07d37

View File

@ -230,7 +230,7 @@ class TargetPosTemplate(CtaTemplate):
#----------------------------------------------------------------------
def onOrder(self, order):
"""收到委托推送"""
if order.status == STATUS_ALLTRADED or order.stauts == STATUS_CANCELLED:
if order.status == STATUS_ALLTRADED or order.status == STATUS_CANCELLED:
self.orderList.remove(order.vtOrderID)
#----------------------------------------------------------------------