11 lines
242 B
Python
11 lines
242 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
from vnpy.trader import vtConstant
|
||
|
from .tkproGateway import TkproGateway
|
||
|
|
||
|
gatewayClass = TkproGateway
|
||
|
gatewayName = 'TKPRO'
|
||
|
gatewayDisplayName = 'TKPRO'
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_EQUITY
|
||
|
gatewayQryEnabled = True
|