This commit is contained in:
chenxy123 2016-12-13 22:35:57 +08:00
commit 587aba744b
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)