ExOkex.Swap.Private.create_bulk_orders
You're seeing just the function
create_bulk_orders
, go back to ExOkex.Swap.Private module for more information.
Specs
Place multiple orders for specific trading pairs (up to 4 trading pairs, maximum 4 orders each)
https://www.okex.com/docs/en/#swap-swap---batch
Examples
iex> ExOkex.Swap.create_bulk_orders([ %{"instrument_id":"BTC-USD-180213",
"type":"1",
"price":"432.11",
"size":"2",
"match_price":"0",
"leverage":"10" },
])