vnpy/docker/dockerTrader/gateway/sgitGateway/__init__.py
2017-05-05 23:24:39 +08:00

10 lines
207 B
Python

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