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

10 lines
207 B
Python
Raw Normal View History

# encoding: UTF-8
import vtConstant
from sgitGateway import SgitGateway as gateway
gatewayName = 'SGIT'
gatewayDisplayName = u'飞鼠'
gatewayType = vtConstant.GATEWAYTYPE_FUTURES
gatewayQryEnabled = True