Administrator
2023-10-09 8a718fb1950b6d5250970426165ba0d62ed4d56c
trade/trade_manager.py
@@ -458,7 +458,7 @@
            elif constant.TRADE_WAY == constant.TRADE_WAY_HUAXIN:
                order_ref = huaxin_util.create_order_ref()
                TradeOrderIdManager().add_order_ref(code, order_ref)
                trade_huaxin.order_volume(code, price, count, last_data_index, order_ref=order_ref)
                trade_huaxin.order_volume(code, price, count, last_data, order_ref=order_ref)
        else:
            guiTrade.buy(code, price)
        __place_order_success(code, capture_timestamp, last_data, last_data_index)