ExFtx.Candle (ex_ftx v0.0.14)

Link to this section Summary

Link to this section Types

Specs

t() :: %ExFtx.Candle{
  close: number(),
  high: number(),
  low: number(),
  open: number(),
  start_time: String.t(),
  volume: number()
}