Binance.NotionalLeverageBracket (dwarves_binancex v0.1.21)

Struct for representing result returned by /api/v1/leverageBrackets

defstruct [
  :symbol,
  :brackets
]

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %Binance.NotionalLeverageBracket{brackets: term(), symbol: term()}