TinkoffInvest.Model.Candle (tinkoff_invest v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %TinkoffInvest.Model.Candle{
  c: float(),
  figi: String.t(),
  h: float(),
  interval: String.t(),
  l: float(),
  o: float(),
  time: String.t(),
  v: float()
}

Link to this section Functions