Administrator
2024-07-24 6b22ed4759f29c502c3f6e57cf484095ab85c073
真实下单位寻找方法完善
1个文件已修改
4 ■■■ 已修改文件
l2/huaxin/huaxin_delegate_postion_manager.py 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_delegate_postion_manager.py
@@ -168,9 +168,7 @@
                break
        if not real_place_index:
            # 与真实下单下单时间超过500ms才能以虚拟单的位置作为真实下单位置
            if time.time() - order_time > 0.5:
                real_place_index_info = shadow_place_order_index, RELIABILITY_TYPE_VIRTUAL
            real_place_index_info = shadow_place_order_index, RELIABILITY_TYPE_VIRTUAL
        else:
            real_place_index_info = real_place_index, RELIABILITY_TYPE_REAL
    elif tool.trade_time_sub(datas[-1]['val']['time'], exec_data['val']['time']) >= estimate_time_space and time.time() - order_time >5: