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

9 lines
410 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'读取连接配置出错,请检查'
CONFIG_KEY_MISSING = u'连接配置缺少字段,请检查'
NONEED_TO_QRYACCOUNT = u'IB接口账户信息提供主推更新无需查询'
NONEED_TO_QRYPOSITION = u'IB接口持仓信息提供主推更新无需查询'
API_CONNECTED = u'IB接口连接成功当前服务器时间{time}'
API_DISCONNECTED = u'IB接口连接断开'