Administrator
2024-10-21 bea977458173f2e60971bad2d6f1e3183070c5ca
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