vnpy/beta/gateway/okexGateway/__init__.py

13 lines
275 B
Python
Raw Normal View History

# encoding: UTF-8
2018-05-07 17:25:06 +00:00
from __future__ import absolute_import
from vnpy.trader import vtConstant
2018-05-07 17:25:06 +00:00
from .okexGateway import okexGateway
gatewayClass = okexGateway
gatewayName = 'OKEX'
gatewayDisplayName = u'OKEX'
gatewayType = vtConstant.GATEWAYTYPE_BTC
gatewayQryEnabled = True