l2/l2_data_manager_new.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
l2/l2_data_manager_new.py
@@ -952,9 +952,10 @@ if 130100 >= now_time_int >= 112900: return False, True, f"11:29:00-13:01:00不能交易" place_order_count = cls.__PlaceOrderCountManager.get_place_order_count(code) if place_order_count > 0 and now_time_int >= 140000: return False, True, f"14:00:00不打回封" # place_order_count = cls.__PlaceOrderCountManager.get_place_order_count(code) # if place_order_count > 0 and now_time_int >= 140000: # # 14:00:00后只打老大的回封 # return False, True, f"14:00:00不打回封" limit_up_price = gpcode_manager.get_limit_up_price(code)