ex_binance v0.0.2 ExBinance.SymbolPrice
Struct for representing a result row as returned by /api/v1/ticker/allPrices
defstruct [:symbol, :price]
Link to this section Summary
Link to this section Functions
Link to this function
new(map_or_kwlist, opts \\ [])
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExBinance.SymbolPrice{
price: term(),
symbol: term()
}
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExBinance.SymbolPrice{ price: term(), symbol: term() }