trade/huaxin/huaxin_trade_server.py | ●●●●● 补丁 | 查看 | 原始文档 | 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: