9 lines
204 B
Python
9 lines
204 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from ltsGateway import LtsGateway as gateway
|
||
|
|
||
|
gatewayName = 'LTS'
|
||
|
gatewayDisplayName = gatewayName
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_EQUITY
|
||
|
gatewayQryEnabled = True
|