vnpy/docker/dockerTrader/gateway/xspeedGateway/__init__.py

9 lines
212 B
Python
Raw Normal View History

# encoding: UTF-8
import vtConstant
from xspeedGateway import XspeedGateway as gateway
gatewayName = 'XSPEED'
gatewayDisplayName = u'飞创'
gatewayType = vtConstant.GATEWAYTYPE_FUTURES
gatewayQryEnabled = True