Administrator
2025-03-14 4c1132aa5e4e19250769d36c728088b1a1502924
BUG修复
1个文件已修改
3 ■■■■■ 已修改文件
cancel_strategy/s_l_h_cancel_strategy.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
cancel_strategy/s_l_h_cancel_strategy.py
@@ -1669,6 +1669,9 @@
        @param big_sell_order_info:
        @return:
        """
        if not big_sell_order_info or not big_sell_order_info[0] or not big_sell_order_info[1]:
            return False, ""
        total_datas = local_today_datas.get(code)
        # 查询是否是真的真实下单位置
        trade_index, is_default = TradeBuyQueue().get_traded_index(code)