fix typo
This commit is contained in:
parent
45f8cb21e6
commit
0377f07d37
@ -230,7 +230,7 @@ class TargetPosTemplate(CtaTemplate):
|
|||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
def onOrder(self, order):
|
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)
|
self.orderList.remove(order.vtOrderID)
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user