xtp gateway
This commit is contained in:
parent
02a29de2da
commit
4f39ef3269
11
vnpy/trader/gateway/xtpGateway/__init__.py
Normal file
11
vnpy/trader/gateway/xtpGateway/__init__.py
Normal 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
|
1515
vnpy/trader/gateway/xtpGateway/xtpGateway.py
Normal file
1515
vnpy/trader/gateway/xtpGateway/xtpGateway.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user