Administrator
2024-09-23 99cc81fca997dc7b73c5ac00ad47a60cf590d0ff
l2/l2_transaction_data_processor.py
@@ -109,6 +109,11 @@
                                current_price_process_manager.set_latest_not_limit_up_time(code,
                                                                                           l2_huaxin_util.convert_time(
                                                                                               d[3], with_ms=True))
                        else:
                            # 主动卖(板上)
                            if d[1] == limit_up_price:
                                L2LimitUpSellDataManager.clear_data(code)
                                break
                except:
                    pass