修复本地停止单返回数据错误
修复本地停止单返回数据错误
This commit is contained in:
parent
f85a7a54d5
commit
6ec7f301e4
@ -418,7 +418,7 @@ class CtaEngine(BaseEngine):
|
|||||||
self.call_strategy_func(strategy, strategy.on_stop_order, stop_order)
|
self.call_strategy_func(strategy, strategy.on_stop_order, stop_order)
|
||||||
self.put_stop_order_event(stop_order)
|
self.put_stop_order_event(stop_order)
|
||||||
|
|
||||||
return stop_orderid
|
return [stop_orderid]
|
||||||
|
|
||||||
def cancel_server_order(self, strategy: CtaTemplate, vt_orderid: str):
|
def cancel_server_order(self, strategy: CtaTemplate, vt_orderid: str):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user