ex_binance v0.0.5 ExBinance.Rest.CancelOrder

Link to this section Summary

Link to this section Types

Link to this type

credentials()

Specs

credentials() :: ExBinance.Credentials.t()

Specs

error_msg() :: String.t()
Link to this type

error_reason()

Specs

error_reason() ::
  {:not_found, error_msg()} | ExBinance.Rest.HTTPClient.shared_errors()
Link to this type

ok_response()

Specs

Specs

order_id() :: String.t()

Specs

symbol() :: String.t()

Link to this section Functions

Link to this function

cancel_order_by_order_id(symbol, order_id, credentials)

Specs

cancel_order_by_order_id(symbol(), order_id(), credentials()) ::
  {:ok, ok_response()} | {:error, error_reason()}