Administrator
2023-08-28 82228da1a432913cf34dce05bd72b136b1825d6f
虚拟设置交易时间
2个文件已修改
3 ■■■■ 已修改文件
huaxin_client/l1_client.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_target_codes_manager.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
huaxin_client/l1_client.py
@@ -182,7 +182,7 @@
    level1_data_dict["000969"] = (
        "000969", 9.46, 9.11, 771000*100, time.time())
    level1_data_dict["000961"] = (
        "000961", 10.29, 1.93, 2638000 * 100, time.time())
        "000961",1.93, 10.29, 2638000 * 100, time.time())
    # 等待程序结束
    while True:
l2/huaxin/huaxin_target_codes_manager.py
@@ -98,7 +98,6 @@
                     "zyltgb": zyltgb // 10000, "zyltgbUnit": 1}
            flist.append(fitem)
        code_volumn_manager.set_today_volumns(temp_volumns)
        logger_l2_codes_subscript.info("首板代码数量:{}", len(flist))
        try:
            tick_datas = first_target_code_data_processor.process_first_codes_datas(flist)
            current_price_process_manager.accept_prices(tick_datas)