Implement replaceConditionalOrder

This lets unexecuted stop orders be edited.
https://bybit-exchange.github.io/docs/inverse/#t-replacecond
This commit is contained in:
John BEPPU
2020-08-12 12:21:48 -07:00
parent c659423108
commit ce301bd4c9
2 changed files with 11 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ If you only use the [public endpoints](#public-endpoints) you can omit key and s
#### async cancelAllConditionalOrders(params)
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-cancelallcond)
#### async replaceConditionalOrder(params)
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-replacecond)
#### async queryConditionalOrder(params)
[See bybit documentation](https://bybit-exchange.github.io/docs/inverse/#t-querycond)