指令优化,优化部分控制台输出

This commit is contained in:
2025-10-28 17:52:11 +08:00
parent 2ee4c43cc5
commit 3443271771
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -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):
"""