From e04d403458af54282a02e85df7d4eeec8889442b Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 09 十月 2024 14:48:03 +0800
Subject: [PATCH] bug修复

---
 trade/current_price_process_manager.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py
index ab9ebb3..cc92084 100644
--- a/trade/current_price_process_manager.py
+++ b/trade/current_price_process_manager.py
@@ -125,7 +125,8 @@
                         add_datas.append(
                             # 锛堜唬鐮�, 鏈�灏忛噺, 娑ㄥ仠浠凤紝褰卞瓙璁㈠崟浠锋牸,涔伴噺, 鐗规畩浠锋牸锛�
                             (d, min_volume, limit_up_price, round(tool.get_shadow_price(limit_up_price), 2),
-                             tool.get_buy_volume(limit_up_price), constant.AVAILABLE_BUY_MONEYS))
+                             tool.get_buy_volume(limit_up_price),
+                             [tool.get_buy_volume_by_money(limit_up_price, x) for x in constant.AVAILABLE_BUY_MONEYS]))
                     huaxin_target_codes_manager.HuaXinL2SubscriptCodesManager.push(add_datas, request_id)
             except Exception as e:
                 logging.exception(e)
@@ -178,7 +179,6 @@
     @return:
     """
     __trade_price_not_limit_up_info_dict[code] = time_str_with_ms
-
 
 
 # 鑾峰彇鎴愪氦浠�

--
Gitblit v1.8.0