ExOkex.Swap.Private.amend_bulk_orders
You're seeing just the function
amend_bulk_orders
, go back to ExOkex.Swap.Private module for more information.
Specs
amend_bulk_orders(instrument_id(), params(), config() | nil) :: response()
Amend multiple open orders for a specific trading pair (up to 10 orders)
https://www.okex.com/docs/en/#swap-swap---amend_batch
Examples
iex> ExOkex.Futures.Private.amend_bulk_orders("BTC-USD-180213", [ %{amend_data: [
%{order_id: "305512815291895607",new_size: "2"},
%{order_id: "305512815291895606",new_size: "1"}
]})