From 6bbfbbb16d792f7737ec86cabdba5c0e98dcf4b4 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 29 八月 2025 17:41:29 +0800
Subject: [PATCH] 有涨停买撤单要触发撤单计算

---
 test/test_k_datas.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test_k_datas.py b/test/test_k_datas.py
index 49e029a..c2c3ac5 100644
--- a/test/test_k_datas.py
+++ b/test/test_k_datas.py
@@ -60,7 +60,7 @@
     print(",".join(codes))
 
 if __name__ == '__main__':
-    code = "002809"
+    code = "601138"
     limit_up_price = 13.01
     volumes_data = init_data_util.get_volumns_by_code(code, 150)
     volumes = init_data_util.parse_max_volume_new(code, volumes_data[:60])

--
Gitblit v1.8.0