From c363438b9df2546ff311abc6dd920716d05b9b41 Mon Sep 17 00:00:00 2001 From: chenxy123 Date: Sun, 31 Jul 2016 21:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCTP=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E8=A1=8C=E6=83=85=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E7=99=BB=E5=87=BA=E6=97=B6=E5=AF=B9=E4=BA=8E=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=8F=98=E5=8C=96=E7=9A=84bug=EF=BC=88?= =?UTF-8?q?=E5=85=B6=E5=AE=9E=E5=AE=9E=E9=99=85=E5=BA=94=E7=94=A8=E4=B8=AD?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E8=A7=A6=E5=8F=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vn.trader/ctpGateway/ctpGateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vn.trader/ctpGateway/ctpGateway.py b/vn.trader/ctpGateway/ctpGateway.py index bbab5c13..731ab5f3 100644 --- a/vn.trader/ctpGateway/ctpGateway.py +++ b/vn.trader/ctpGateway/ctpGateway.py @@ -289,7 +289,7 @@ class CtpMdApi(MdApi): # 如果登出成功,推送日志信息 if error['ErrorID'] == 0: self.loginStatus = False - self.gateway.tdConnected = False + self.gateway.mdConnected = False log = VtLogData() log.gatewayName = self.gatewayName