增加docx同步

This commit is contained in:
chenxy123 2016-10-13 23:30:37 +08:00
parent 8a744fb354
commit 6ed2a4eed9
7 changed files with 12 additions and 7 deletions

4
.gitignore vendored
View File

@ -27,9 +27,7 @@ Release/
# 本地持久化文件
*.vn
# word文档
*.doc
*.docx
# 其他文件
*.dump

BIN
FAQ/vn.py FAQ 20150526.docx Normal file

Binary file not shown.

BIN
FAQ/vn.py FAQ 20150527.docx Normal file

Binary file not shown.

BIN
FAQ/vn.py FAQ 20150608.docx Normal file

Binary file not shown.

BIN
FAQ/vn.py FAQ 20151213.docx Normal file

Binary file not shown.

View File

@ -61,13 +61,20 @@ if __name__ == '__main__':
api.shzdSendInfoToTrade(data)
# 订阅行情
#sleep(1)
#data = {}
#data['msgtype'] = 'MA'
#data['11'] = '00010337'
#data['201'] = '+'
#data['307'] = "CME,6J1609"
#api.shzdSendInfoToMarket(data)
# 查询合约
sleep(1)
data = {}
data['msgtype'] = 'MA'
data['msgtype'] = 'HY'
data['11'] = '00010337'
data['201'] = '+'
data['307'] = "CME,6J1609"
api.shzdSendInfoToMarket(data)
api.shzdSendInfoToMarket(data)
raw_input()