12 lines
235 B
Python
12 lines
235 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
from vnpy.trader import vtConstant
|
||
|
from okexGateway import okexGateway
|
||
|
|
||
|
gatewayClass = okexGateway
|
||
|
gatewayName = 'OKEX'
|
||
|
gatewayDisplayName = u'OKEX'
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
||
|
gatewayQryEnabled = True
|
||
|
|