vnpy/beta/gateway/zbGateway/__init__.py

12 lines
225 B
Python
Raw Normal View History

2017-12-15 13:10:38 +00:00
# encoding: UTF-8
from vnpy.trader import vtConstant
from zbGateway import zbGateway
gatewayClass = zbGateway
gatewayName = 'ZB'
gatewayDisplayName = u'ZB'
gatewayType = vtConstant.GATEWAYTYPE_BTC
gatewayQryEnabled = True