Struct coinbase_api::Account[][src]

pub struct Account {
    pub id: String,
    pub currency: String,
    pub balance: Decimal,
    pub available: Decimal,
    pub hold: Decimal,
    pub profile_id: String,
}

Description of a trading account.

Fields

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Account

impl Sync for Account