指令优化,优化部分控制台输出
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ class SFGridController(XtQuantTraderCallback):
|
||||
"""
|
||||
# print("on order_error callback")
|
||||
# print(order_error.order_id, order_error.error_id, order_error.error_msg)
|
||||
print(f"委托报错回调 {order_error.order_remark} {order_error.error_msg}")
|
||||
print(f"\n委托报错回调 {order_error.order_remark} {order_error.error_msg}")
|
||||
|
||||
def on_cancel_error(self, cancel_error):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user