Skip to content

Commit 9567ff0

Browse files
author
李昆亮
committed
更新1.1.18.19版本
1 parent 2fccab9 commit 9567ff0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bin/test/quotetest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ def onUnSubscribeAllOptionTickByTick(self,exchange_id,error):
392392

393393
ip = '120.27.164.138'
394394
port = 6002
395-
user = '15006594'
396-
password = 'SitHAKln'
395+
user = 'username'
396+
password = 'password'
397397
#创建QuoteApi
398398
#@param client_id (必须输入)用于区分同一用户的不同客户端,由用户自定义
399399
#@param save_file_path (必须输入)存贮订阅信息文件的目录,请设定一个有可写权限的真实存在的路径

bin/test/tradertest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ def onQueryOptionAuctionInfo(self, data, error, reid, last,session):
435435
if __name__ == '__main__':
436436
ip = '120.27.164.69'
437437
port = 6001
438-
user = '15006594'
439-
password = 'SitHAKln'
438+
user = 'username'
439+
password = 'password'
440440
reqid = 0
441441

442442
#创建TraderApi
@@ -461,7 +461,7 @@ def onQueryOptionAuctionInfo(self, data, error, reid, last,session):
461461
#设置软件开发Key
462462
#@param key 用户开发软件Key
463463
#@remark 此函数必须在Login之前调用
464-
setSoftwareKey = api.setSoftwareKey("b8aa7173bba3470e390d787219b2112e")
464+
setSoftwareKey = api.setSoftwareKey("key")
465465
printFuncName('setSoftwareKey', setSoftwareKey)
466466

467467
#设置软件开发版本号

0 commit comments

Comments
 (0)