Bingex.Swap.Data.SetLeverage (Bingex v0.2.1)

Represents response content on Bingex.Swap.set_leverage request.

Summary

Types

t()

@type t() :: %Bingex.Swap.Data.SetLeverage{
  available_long_quantity: nil | float(),
  available_long_value: nil | float(),
  available_short_quantity: nil | float(),
  available_short_value: nil | float(),
  max_long_value: nil | float(),
  max_short_value: nil | float(),
  symbol: nil | binary()
}

Functions

decode(arg1)

@spec decode(any()) :: t()

embed_in_reply(reply)

@spec embed_in_reply(Bingex.API.Reply.t()) :: Bingex.API.Reply.t(t())