Struct coinbase_api::TrailingVolume[][src]

pub struct TrailingVolume {
    pub product_id: String,
    pub exchange_volume: Decimal,
    pub volume: Decimal,
    pub recorded_at: DateTime<Utc>,
}

Fields

Trait Implementations

impl Debug for TrailingVolume
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations