From 72822cb242d080504b456c6b87939518baebe77b Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 24 一月 2024 15:36:18 +0800 Subject: [PATCH] 分离华鑫成交L2数据管理与处理 --- log_module/log_export.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/log_module/log_export.py b/log_module/log_export.py index 16e9679..2a2da33 100644 --- a/log_module/log_export.py +++ b/log_module/log_export.py @@ -253,6 +253,7 @@ if code_ != code: continue fdatas.append((time_str, data)) + fdatas.reverse() return fdatas @@ -487,7 +488,7 @@ if __name__ == '__main__': - fdatas = load_huaxin_deal_record("002528") + fdatas = get_l2_cant_buy_reasons("002731") print(len(fdatas)) # print(get_h_cancel_compute_info("603912")) -- Gitblit v1.8.0