ExBinance.Spot.Private.CancelAllOrders (ex_binance v0.0.10)

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.SpotClient.shared_errors()

Specs

Specs

symbol() :: String.t()

Link to this section Functions

Link to this function

cancel_all_orders(symbol, credentials)

Specs

cancel_all_orders(symbol(), credentials()) ::
  {:ok, response()} | {:error, error_reason()}