Struct alphavantage::time_series::TimeSeries[][src]

pub struct TimeSeries { /* fields omitted */ }

Represents a time series for a given symbol.

Methods

impl TimeSeries
[src]

Returns the entries in the time series sorted by ascending date. Each item corresponds to a pair of the date and corresponding entry.

Returns the length of the time series.

Returns true if the time series is empty.

Trait Implementations

impl Debug for TimeSeries
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TimeSeries

impl Sync for TimeSeries