vnpy/docker/dockerTrader/gateway/ksotpGateway/__init__.py

11 lines
219 B
Python
Raw Normal View History

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