修正futureOrderInfo方法的小BUG
修正futureOrderInfo方法的小BUG
This commit is contained in:
parent
91ff319ec4
commit
88ae6fd699
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user