Administrator
2023-10-13 0577bc3b9d4165afeb1b2e65a55c861c68d5b727
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