10 lines
218 B
Python
10 lines
218 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from oandaGateway import OandaGateway as gateway
|
||
|
|
||
|
gatewayName = 'OANDA'
|
||
|
gatewayDisplayName = gatewayName
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_INTERNATIONAL
|
||
|
gatewayQryEnabled = True
|