ExBinance.Spot.Private.QueryOrder (ex_binance v0.0.10)
Link to this section Summary
Link to this section Types
Link to this type
client_order_id()
Specs
client_order_id() :: String.t()
Link to this type
credentials()
Specs
credentials() :: ExBinance.Credentials.t()
Link to this type
error_msg()
Specs
error_msg() :: String.t()
Link to this type
error_reason()
Specs
error_reason() :: {:not_found, error_msg()} | ExBinance.Rest.SpotClient.shared_errors()
Link to this type
order_id()
Specs
order_id() :: String.t()
Link to this type
response()
Specs
response() :: ExBinance.Spot.Private.Responses.QueryOrderResponse.t()
Link to this type
symbol()
Specs
symbol() :: String.t()
Link to this section Functions
Link to this function
query_order_by_client_order_id(symbol, client_order_id, credentials)
Specs
query_order_by_client_order_id(symbol(), client_order_id(), credentials()) :: {:ok, response()} | {:error, error_reason()}
Link to this function
query_order_by_order_id(symbol, order_id, credentials)
Specs
query_order_by_order_id(symbol(), order_id(), credentials()) :: {:ok, response()} | {:error, error_reason()}