vnpy/vn.trader/gateway/ltsGateway/__init__.py

9 lines
204 B
Python
Raw Normal View History

# encoding: UTF-8
import vtConstant
from ltsGateway import LtsGateway as gateway
gatewayName = 'LTS'
gatewayDisplayName = gatewayName
gatewayType = vtConstant.GATEWAYTYPE_EQUITY
gatewayQryEnabled = True