Binance.SymbolFilter (dwarves_binancex v0.1.12)

Struct for representing the result returned by /api/v3/openOrders

defstruct [
  :min_price,
  :max_price,
  :filter_type,
  :tick_size
]

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.SymbolFilter{
  filter_type: term(),
  max_price: term(),
  min_price: term(),
  tick_size: term()
}