ccxtex v0.4.0 Ccxtex.Ticker

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Ccxtex.Ticker{
  ask: float() | nil,
  average: float() | nil,
  base_volume: float() | nil,
  bid: float() | nil,
  change: float() | nil,
  close: float() | nil,
  datetime: NaiveDateTime.t() | nil,
  high: float() | nil,
  info: map() | nil,
  last: float() | nil,
  low: float() | nil,
  open: float() | nil,
  percentage: float() | nil,
  quote_volume: float() | nil,
  symbol: String.t() | nil,
  timestamp: integer() | nil,
  vwap: float() | nil
}