From 71d34d58546a646103b9593796bba91f31ae4214 Mon Sep 17 00:00:00 2001 From: nanoric Date: Thu, 14 Mar 2019 23:09:53 -0400 Subject: [PATCH] =?UTF-8?q?[Add]=20OesGateway:=20=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E5=88=B0=E8=A1=8C=E6=83=85=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnpy/gateway/oes/oes_gateway.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vnpy/gateway/oes/oes_gateway.py b/vnpy/gateway/oes/oes_gateway.py index e28a32fa..dbdb922c 100644 --- a/vnpy/gateway/oes/oes_gateway.py +++ b/vnpy/gateway/oes/oes_gateway.py @@ -100,6 +100,7 @@ class OesGateway(BaseGateway): self.md_api.username = username self.md_api.password = password if self.md_api.connect(): + self.write_log(_("成功连接到行情服务器")) self.md_api.start() else: self.write_log(_("无法连接到行情服务器,请检查你的配置"))