From 178d119f552136d7e119ddab50a01e7f5d642186 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 22 八月 2024 23:38:40 +0800
Subject: [PATCH] 绿名单 /股票板块修改

---
 l2_data_util.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/l2_data_util.py b/l2_data_util.py
index f3fe5b0..24c66ac 100644
--- a/l2_data_util.py
+++ b/l2_data_util.py
@@ -59,7 +59,7 @@
 # 鑾峰彇澶ц祫閲戠殑閲戦
 def get_big_money_val(limit_up_price, is_ge=False):
     if is_ge:
-        return min(299 * 10000, round(limit_up_price * 2999 * 100))
+        return min(299 * 10000, round(limit_up_price * 2900 * 100))
     else:
         if limit_up_price > 3.0:
             return min(299 * 10000, round(limit_up_price * 7999 * 100))

--
Gitblit v1.8.0