Struct coinbase_api::Stats[][src]

pub struct Stats {
    pub open: Decimal,
    pub high: Decimal,
    pub low: Decimal,
    pub volume: Decimal,
}

Trading stats for a product. volume is in base currency units. open, high, low are in quote currency units.

Fields

Trait Implementations

impl Debug for Stats
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stats

impl Sync for Stats