10 lines
206 B
Python
10 lines
206 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from qdpGateway import QdpGateway as gateway
|
||
|
|
||
|
gatewayName = 'QDP'
|
||
|
gatewayDisplayName = gatewayName
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_FUTURES
|
||
|
gatewayQryEnabled = True
|