请问,下面的代码,怎么在实盘运行时无法下单?
代码已经执行了,“execute completed”正确打印出来了。但是在订单里面查不到。注释中的代码,也执行了。
def init(ContextInfo):
passorder(23, 1101, "66302161", "000001.SZ", 11, 9.50, 100, "", 1, "", ContextInfo)
passorder(23, 1101, "66302161", "000001.SZ", 11, 9.50, 100, ContextInfo)
print('execute completed') |