From e9fc10303ec529c0c74915e5363a203380b61a09 Mon Sep 17 00:00:00 2001 From: Archer Date: Fri, 24 May 2019 18:16:00 +0800 Subject: [PATCH] add huobip huobif --- vnpy/gateway/onetoken/onetoken_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnpy/gateway/onetoken/onetoken_gateway.py b/vnpy/gateway/onetoken/onetoken_gateway.py index ece8f52a..22a5bb5d 100644 --- a/vnpy/gateway/onetoken/onetoken_gateway.py +++ b/vnpy/gateway/onetoken/onetoken_gateway.py @@ -64,7 +64,7 @@ class OnetokenGateway(BaseGateway): default_setting = { "OT Key": "", "OT Secret": "", - "交易所": ["BINANCE", "BITMEX", "OKEX", "OKEF"], + "交易所": ["BINANCE", "BITMEX", "OKEX", "OKEF", "HUOBIP", "HUOBIF"], "账户": "", "会话数": 3, "代理地址": "127.0.0.1",