11 lines
219 B
Python
11 lines
219 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from ksotpGateway import KsotpGateway as gateway
|
||
|
|
||
|
gatewayName = 'KSOTP'
|
||
|
gatewayDisplayName = u'金仕达期权'
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_EQUITY
|
||
|
gatewayQryEnabled = True
|
||
|
|