l2/huaxin/huaxin_delegate_postion_manager.py | ●●●●● 补丁 | 查看 | 原始文档 | 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: