vnpy/vn.trader/gateway/sgitGateway/__init__.py
2017-04-28 21:32:19 +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