成交更新事件域里面的代码不被执行,请问是什么原因
成交事件域的代码未执行,这个会是什么原因呢?和多点登录有关? OnFill(FillRef ordFill) { FileAppend(p_log_path,"test onFill "+text(ordFill.fillPrice) + "of " + ordFill.accountId ); if (ordFill.orderId == lastorderids[ordFill.accountIndex] ) { lastorderstatus[ordFill.accountIndex] =0; FileAppend(p_log_path,"update to 0 by filled:"+text(ordFill.orderId) + "of " + ordFill.accountId ); } }