11 lines
207 B
Python
11 lines
207 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from huobiGateway import HuobiGateway as gateway
|
||
|
|
||
|
gatewayName = 'HUOBI'
|
||
|
gatewayDisplayName = u'火币'
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
||
|
gatewayQryEnabled = True
|
||
|
|