| | |
| | | code_market_manager.set_market_info(result) |
| | | code = result[0] |
| | | # 正股需要加载板块 |
| | | if code.find("11")!=0 and code.find("12")!=0: |
| | | if code.find("11") != 0 and code.find("12") != 0: |
| | | limit_up_price = tool.get_limit_up_price(code, result[8]) |
| | | |
| | | KPLCodeJXBlockManager().load_jx_blocks(result[0], result[3], |
| | |
| | | huaxin_trade_data_update.run() |
| | | |
| | | # 定时拉取开盘啦涨停数据 |
| | | PullTask.run_limit_up_task(__kpl_limit_up_callback) |
| | | |
| | | threading.Thread(target=lambda: PullTask.run_limit_up_task(__kpl_limit_up_callback), daemon=True).start() |
| | | # 仿真交易不运行交易客户端 |
| | | # # ===========运行交易外部API========== |
| | | # |