Administrator
2024-05-16 c3ff5a760141e9d76a9f20f12ea6606c0b75e85f
注释掉2点之前不打回封
1个文件已修改
7 ■■■■■ 已修改文件
l2/l2_data_manager_new.py 7 ●●●●● 补丁 | 查看 | 原始文档 | 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)