Use unified stopPrice argument
This commit is contained in:
parent
1b91be08fe
commit
f3421dfa9f
@ -59,7 +59,7 @@ class Huobi(Exchange):
|
|||||||
try:
|
try:
|
||||||
params = self._params.copy()
|
params = self._params.copy()
|
||||||
params.update({
|
params.update({
|
||||||
"stop-price": stop_price,
|
"stopPrice": stop_price,
|
||||||
"operator": "lte",
|
"operator": "lte",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user