| | |
| | | val = data["val"] |
| | | if L2DataUtil.is_limit_up_price_buy_cancel(val): |
| | | # 查询买入位置 |
| | | buy_index = l2_data_source_util.L2DataSourceUtils.get_buy_index_with_cancel_data_v2(data, |
| | | local_today_buyno_map.get( |
| | | code)) |
| | | if buy_index is not None and buy_index in watch_indexes: |
| | | need_compute = True |
| | | break |
| | | # buy_index = l2_data_source_util.L2DataSourceUtils.get_buy_index_with_cancel_data_v2(data, |
| | | # local_today_buyno_map.get( |
| | | # code)) |
| | | # if buy_index is not None and buy_index in watch_indexes: |
| | | need_compute = True |
| | | break |
| | | if force_compute: |
| | | need_compute = True |
| | | if need_compute: |