View Source
Stellar.Horizon.TradeAggregation
(Elixir Stellar SDK v0.9.1)
Represents a TradeAggregation
resource from Horizon API.
@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()
}