2018-10-24 01:31:20 +00:00
|
|
|
# encoding: UTF-8
|
|
|
|
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from vnpy.trader import vtConstant
|
|
|
|
from .okexFuturesGateway import OkexFuturesGateway
|
|
|
|
|
|
|
|
gatewayClass = OkexFuturesGateway
|
|
|
|
gatewayName = 'OKEXFUTURES'
|
|
|
|
gatewayDisplayName = 'OKEXFUTURES'
|
|
|
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
|
|
|
gatewayQryEnabled = True
|