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

10 lines
206 B
Python
Raw Normal View History

2017-04-28 13:32:17 +00:00
# encoding: UTF-8
import vtConstant
from lhangGateway import LhangGateway as gateway
gatewayName = 'LHANG'
gatewayDisplayName = u'链行'
gatewayType = vtConstant.GATEWAYTYPE_BTC
gatewayQryEnabled = True