From 8edbcea2fa980325d664fb53862e52303dc9e805 Mon Sep 17 00:00:00 2001 From: xldistance <819873074@qq.com> Date: Mon, 22 Apr 2019 14:44:51 +0800 Subject: [PATCH] Update ctp_gateway.py --- vnpy/gateway/ctp/ctp_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/gateway/ctp/ctp_gateway.py b/vnpy/gateway/ctp/ctp_gateway.py index 8587ac56..d9c1980f 100644 --- a/vnpy/gateway/ctp/ctp_gateway.py +++ b/vnpy/gateway/ctp/ctp_gateway.py @@ -680,7 +680,7 @@ class CtpTdApi(TdApi): "UserID": self.userid, "Password": self.password, "BrokerID": self.brokerid, - "Appid": self.appid + "AppID": self.appid } self.reqid += 1