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

11 lines
207 B
Python
Raw Normal View History

# encoding: UTF-8
import vtConstant
from ctpGateway import CtpGateway as gateway
gatewayName = 'CTP'
gatewayDisplayName = gatewayName
gatewayType = vtConstant.GATEWAYTYPE_FUTURES
gatewayQryEnabled = True