vnpy/vn.trader/gateway/huobiGateway/__init__.py
2017-04-28 21:32:19 +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