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

10 lines
218 B
Python
Raw Normal View History

2017-04-28 13:32:17 +00:00
# encoding: UTF-8
import vtConstant
from oandaGateway import OandaGateway as gateway
gatewayName = 'OANDA'
gatewayDisplayName = gatewayName
gatewayType = vtConstant.GATEWAYTYPE_INTERNATIONAL
gatewayQryEnabled = True