Update ctp_gateway.py

This commit is contained in:
xldistance 2019-04-22 14:44:51 +08:00 committed by GitHub
parent 2e03205a3e
commit 8edbcea2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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