vnpy/vn.trader/gateway/huobiGateway/__init__.py

11 lines
207 B
Python
Raw Normal View History

2017-04-28 13:32:17 +00:00
# encoding: UTF-8
import vtConstant
from huobiGateway import HuobiGateway as gateway
gatewayName = 'HUOBI'
gatewayDisplayName = u'火币'
gatewayType = vtConstant.GATEWAYTYPE_BTC
gatewayQryEnabled = True