vnpy/vn.trader/gateway/ksotpGateway/__init__.py
chenxy123 9f6ea1fd5c 1. ctaAlgo模块改名ctaStrategy
2. 将vn.trader下的所有接口统一放到了一个单独的gateway文件夹中,并实现自动识别和加载
2017-03-18 12:19:51 +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