9 lines
221 B
Python
9 lines
221 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from ksgoldGateway import KsgoldGateway as gateway
|
||
|
|
||
|
gatewayName = 'KSGOLD'
|
||
|
gatewayDisplayName = u'金仕达黄金'
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_FUTURES
|
||
|
gatewayQryEnabled = True
|