vnpy/docker/dockerTrader/gateway/huobiGateway/__init__.py
2017-05-05 23:24:39 +08:00

11 lines
207 B
Python

# encoding: UTF-8
import vtConstant
from huobiGateway import HuobiGateway as gateway
gatewayName = 'HUOBI'
gatewayDisplayName = u'火币'
gatewayType = vtConstant.GATEWAYTYPE_BTC
gatewayQryEnabled = True