View Source Stellar.Horizon.TradeAggregation (Elixir Stellar SDK v0.9.3)

Represents a TradeAggregation resource from Horizon API.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.Horizon.TradeAggregation{
  avg: float(),
  base_volume: float(),
  close: float(),
  close_r: map(),
  counter_volume: float(),
  high: float(),
  high_r: map(),
  low: float(),
  low_r: map(),
  open: float(),
  open_r: map(),
  timestamp: non_neg_integer(),
  trade_count: non_neg_integer()
}