9 lines
425 B
Python
9 lines
425 B
Python
# 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 connected,current server time is {time}.'
|
||
API_DISCONNECTED = u'IB gateway disconnected.' |