12 lines
225 B
Python
12 lines
225 B
Python
|
# 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
|
||
|
|