增加docx同步
This commit is contained in:
parent
8a744fb354
commit
6ed2a4eed9
4
.gitignore
vendored
4
.gitignore
vendored
@ -27,9 +27,7 @@ Release/
|
||||
# 本地持久化文件
|
||||
*.vn
|
||||
|
||||
# word文档
|
||||
*.doc
|
||||
*.docx
|
||||
|
||||
|
||||
# 其他文件
|
||||
*.dump
|
||||
|
BIN
FAQ/vn.py FAQ 20150526.docx
Normal file
BIN
FAQ/vn.py FAQ 20150526.docx
Normal file
Binary file not shown.
BIN
FAQ/vn.py FAQ 20150527.docx
Normal file
BIN
FAQ/vn.py FAQ 20150527.docx
Normal file
Binary file not shown.
BIN
FAQ/vn.py FAQ 20150608.docx
Normal file
BIN
FAQ/vn.py FAQ 20150608.docx
Normal file
Binary file not shown.
BIN
FAQ/vn.py FAQ 20151213.docx
Normal file
BIN
FAQ/vn.py FAQ 20151213.docx
Normal file
Binary file not shown.
BIN
vn.shzd/docs/上海直达软件外部连接DLL使用指南VC.docx
Normal file
BIN
vn.shzd/docs/上海直达软件外部连接DLL使用指南VC.docx
Normal file
Binary file not shown.
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user