ccxtex v0.4.0 Ccxtex.OHLCV

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Ccxtex.OHLCV{
  base_volume: float() | nil,
  close: float() | nil,
  high: float() | nil,
  low: float() | nil,
  open: float() | nil,
  timestamp: integer() | nil
}