vnpy/beta/gateway/zbGateway/__init__.py

13 lines
265 B
Python
Raw Normal View History

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