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

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