Administrator
2023-11-20 820f41734fdaaa9e738c833576492937fe8689e2
Bug修复
1个文件已修改
2 ■■■ 已修改文件
l2/huaxin/huaxin_delegate_postion_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_delegate_postion_manager.py
@@ -67,7 +67,7 @@
    if shadow_place_order_index is None:
        return None
    total_datas = l2_data_util.local_today_datas.get(code)
    start_index = max(datas[0]["index"], 0)
    start_index = max(min(datas[0]["index"], shadow_place_order_index - 10), 0)
    end_index = min(shadow_place_order_index + 10, datas[-1]["index"])
    real_place_index = None
    # 从中间向两头遍历