Binance.Structs.SymbolPrice (binance v2.0.1)

Struct for representing a result row as returned by /api/v1/ticker/allPrices

defstruct [:symbol, :price]

Summary

Functions

Link to this function

new(map_or_kwlist, opts \\ [])

@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.Structs.SymbolPrice{
  price: term(),
  symbol: term()
}