9 lines
209 B
Python
9 lines
209 B
Python
|
# encoding: UTF-8
|
||
|
|
||
|
import vtConstant
|
||
|
from ibGateway import IbGateway as gateway
|
||
|
|
||
|
gatewayName = 'IB'
|
||
|
gatewayDisplayName = gatewayName
|
||
|
gatewayType = vtConstant.GATEWAYTYPE_INTERNATIONAL
|
||
|
gatewayQryEnabled = False
|