trade/trade_huaxin.py
@@ -42,7 +42,7 @@ if code.find("00") != 0 and code.find("60") != 0: raise Exception("只支持00开头与60开头的代码下单") # 保存下单信息 huaxin.huaxin_delegate_postion_manager.place_order(code, price, count, last_data) huaxin.huaxin_delegate_postion_manager.place_order(code, price, count, last_data,order_ref) if not constant.TRADE_ENABLE: return result = None