10 lines
207 B
Python
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
|