Administrator
2024-03-05 fed562c5b446a6a5d40c153a629c61da896fcff1
bug修改
1个文件已修改
2 ■■■ 已修改文件
trade/huaxin/huaxin_trade_server.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
trade/huaxin/huaxin_trade_server.py
@@ -1531,7 +1531,7 @@
                                     "pay_attention": need_pay_attention,
                                     "trade_progress_percent": round(
                                         total_left_num * float(limit_up_price) * 100 * 100 / buy1_money, 2),  # 成交进度比例
                                     "limit_up_price": gpcode_manager.get_limit_up_price(code)
                                     "limit_up_price": float(gpcode_manager.get_limit_up_price(code))
                                     }
                            fdatas.append(fdata)
                        except Exception as e: