Administrator
2023-09-01 5af4a93a70f85925b431dfe6ac457d6dc070caf1
注释掉测试
1个文件已修改
5 ■■■■ 已修改文件
huaxin_client/trade_client.py 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
huaxin_client/trade_client.py
@@ -554,7 +554,7 @@
                                                        pRspInfoField.ErrorID,
                                                        pRspInfoField.ErrorMsg))
        except:
            logging.error("撤单出错")
            logger_local_huaxin_trade_debug.info("OnErrRtnOrderAction: 撤单出错")
    def OnRspInquiryJZFund(self, pRspInquiryJZFundField: "CTORATstpRspInquiryJZFundField",
                           pRspInfoField: "CTORATstpRspInfoField", nRequestID: "int") -> "void":
@@ -1067,9 +1067,6 @@
        trade_response = trade_response_
        t1 = threading.Thread(target=lambda: trade_client_server.run(), daemon=True)
        t1.start()
        t1 = threading.Thread(target=lambda: __test(), daemon=True)
        t1.start()
        global tradeCommandManager