From 36731498e1b7c65a69cd15d626fedca4c92c1042 Mon Sep 17 00:00:00 2001 From: admin <admin@example.com> Date: 星期四, 20 二月 2025 17:39:54 +0800 Subject: [PATCH] 增加撤单 --- huaxin_client/l1_api_client.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/huaxin_client/l1_api_client.py b/huaxin_client/l1_api_client.py index 237c4f8..dfa0882 100644 --- a/huaxin_client/l1_api_client.py +++ b/huaxin_client/l1_api_client.py @@ -151,7 +151,7 @@ "bob": datetime.strptime(r['TradingDay'], '%Y%m%d'), "amount": r["Turnover"] }) - print("ReqReqQryStockDayQuotation:", len(fresults)) + # print("ReqReqQryStockDayQuotation 90澶㎏绾�:", len(fresults)) return fresults except Exception as e: @@ -211,7 +211,7 @@ else: self.__result_cache[nRequestID] = self.__temp_cache[nRequestID] self.__temp_cache.pop(nRequestID) - print("OnRspInquiryShareCalendar:", self.__result_cache[nRequestID]) + # print("OnRspInquiryShareCalendar:", self.__result_cache[nRequestID]) def OnRspInquiryStockDayQuotation(self, pStockDayQuotation, pRspInfo, nRequestID, bIsPageLast, bIsTotalLast): """ @@ -240,7 +240,7 @@ else: self.__result_cache[nRequestID] = self.__temp_cache[nRequestID] self.__temp_cache.pop(nRequestID) - print("OnRspInquiryStockDayQuotation:", len(self.__result_cache[nRequestID])) + # print("OnRspInquiryStockDayQuotation 90澶㎏绾�:", len(self.__result_cache[nRequestID])) def __read_request(request_queue: multiprocessing.Queue, response_queue: multiprocessing.Queue): -- Gitblit v1.8.0