vnpy/vn.trader/gateway/ibGateway/language/english/text.py

9 lines
425 B
Python
Raw Normal View History

2017-04-19 13:36:27 +00:00
# encoding: UTF-8
LOADING_ERROR = u'Error occurred when loading the config file, please check.'
CONFIG_KEY_MISSING = u'Key missing in the config file, please check.'
NONEED_TO_QRYACCOUNT = u'IB account data is automatically updated.'
NONEED_TO_QRYPOSITION = u'IB position data is automatically updated.'
API_CONNECTED = u'IB gateway connectedcurrent server time is {time}.'
API_DISCONNECTED = u'IB gateway disconnected.'