l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -1227,8 +1227,8 @@ @classmethod def __compute_fast_order_begin_pos(cls, code, start_index, end_index): limit_up_price = gpcode_manager.get_limit_up_price(code) if float(limit_up_price) >= 10: return False, -1, "股价大于10块" # if float(limit_up_price) >= 10: # return False, -1, "股价大于10块" total_datas = local_today_datas[code] start_time_str = total_datas[start_index]["val"]["time"] # if tool.trade_time_sub(start_time_str, "13:00:00") > 0: