Struct stellar_client::resources::TradeAggregation[][src]

pub struct TradeAggregation { /* fields omitted */ }

The aggregation of trades for a specifc base/counter pair of assets over a given time period.

Methods

impl TradeAggregation
[src]

The beginning of this time segment

The number of trades during this period

The amount of base traded across the segment

The amount of counter traded across the segment

The weighted average price of counter in terms of base.

The highest price for this segment

The lowest price for this segment

The opening price for this segment

The closing price for this segment

Trait Implementations

impl Clone for TradeAggregation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TradeAggregation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations