vnpy/vn.trader/gateway/ksotpGateway/__init__.py

11 lines
219 B
Python
Raw Normal View History

2017-04-28 13:32:17 +00:00
# encoding: UTF-8
import vtConstant
from ksotpGateway import KsotpGateway as gateway
gatewayName = 'KSOTP'
gatewayDisplayName = u'金仕达期权'
gatewayType = vtConstant.GATEWAYTYPE_EQUITY
gatewayQryEnabled = True