| | |
| | | from code_attribute.code_data_util import ZYLTGBUtil |
| | | from db import redis_manager_delegate as redis_manager |
| | | from log_module import async_log_util |
| | | from log_module.log import logger_l2_codes_subscript |
| | | from log_module.log import logger_l2_codes_subscript, logger_debug |
| | | from third_data import kpl_data_manager, kpl_api |
| | | from trade import current_price_process_manager |
| | | from utils import tool, global_util, init_data_util |
| | |
| | | tick_datas = first_target_code_data_processor.process_first_codes_datas(flist, request_id) |
| | | current_price_process_manager.accept_prices(tick_datas, request_id) |
| | | except Exception as e: |
| | | logging.exception(e) |
| | | logger_debug.exception(e) |
| | | |
| | | |
| | | if __name__ == "__main__": |