Merge pull request #197 from xiaobear250/master

修正futureOrderInfo方法的小Bug
This commit is contained in:
vn.py 2016-12-13 01:54:25 -06:00 committed by GitHub
commit 8fd71ca19b
2 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ class OkCoinApi(object):
params['current_page'] = page
params['page_length'] = length
channel = 'ok_future%s_orderinfo'
channel = 'ok_future%s_orderinfo' %(self.currency)
self.sendTradingRequest(channel, params)

View File

@ -387,7 +387,7 @@ class OkCoinApi(object):
params['current_page'] = page
params['page_length'] = length
channel = 'ok_future%s_orderinfo'
channel = 'ok_future%s_orderinfo' %(self.currency)
self.sendTradingRequest(channel, params)