xtp gateway

This commit is contained in:
msincenselee 2019-09-18 11:17:39 +08:00
parent 02a29de2da
commit 4f39ef3269
2 changed files with 1526 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# encoding: UTF-8
from __future__ import absolute_import
from vnpy.trader import vtConstant
from .xtpGateway import XtpGateway
gatewayClass = XtpGateway
gatewayName = 'XTP'
gatewayDisplayName = 'XTP'
gatewayType = vtConstant.GATEWAYTYPE_EQUITY
gatewayQryEnabled = True

File diff suppressed because it is too large Load Diff