Administrator
2024-07-24 c380bd713a02abf4fe6b44f5d075af09c60157de
bug修复
1个文件已修改
2 ■■■ 已修改文件
l2/huaxin/huaxin_delegate_postion_manager.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/huaxin/huaxin_delegate_postion_manager.py
@@ -99,7 +99,7 @@
    order_info = get_order_info(code)
    if not order_info:
        # 暂无下单信息
        return None, order_info
        return None, order_info, None
    price = order_info[0]
    volume = order_info[1]
    exec_data = order_info[2]