ExBinance.Rest.Responses.CancelOrderResponse.new
You're seeing just the function
new
, go back to ExBinance.Rest.Responses.CancelOrderResponse module for more information.
Link to this function
new(map_or_kwlist, opts \\ [])
Specs
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExBinance.Rest.Responses.CancelOrderResponse{ 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() }