Skip to content

Commit

Permalink
Removed extra #
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-the-h committed Mar 19, 2023
1 parent ac2d8a1 commit a6fb34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/rest/trade.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (c *Trade) CancelAlgoOrder(req requests.CancelAlgoOrder) (response response
// CancelAdvanceAlgoOrder
// Cancel unfilled algo orders(iceberg order and twap order). A maximum of 10 orders can be canceled at a time. Request parameters should be passed in the form of an array.
//
// Only released on demo trading
// # Only released on demo trading
//
// https://www.okex.com/docs-v5/en/#rest-api-trade-cancel-advance-algo-order
func (c *Trade) CancelAdvanceAlgoOrder(req requests.CancelAlgoOrder) (response responses.CancelAlgoOrder, err error) {
Expand Down

0 comments on commit a6fb34f

Please sign in to comment.