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
|
|
|
|
|