ExBinance.Responses.CancelOrder.new

You're seeing just the function new, go back to ExBinance.Responses.CancelOrder module for more information.
Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %ExBinance.Responses.CancelOrder{
    client_order_id: term(),
    cummulative_quote_qty: term(),
    executed_qty: term(),
    order_id: term(),
    orig_client_order_id: term(),
    orig_qty: term(),
    price: term(),
    side: term(),
    status: term(),
    symbol: term(),
    time_in_force: term(),
    type: term()
  }