vnpy/vn.trader/gateway/ibGateway/language/English/text.py
2017-04-07 23:00:25 +08:00

9 lines
425 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.'