Struct wex::TickPair[][src]

pub struct TickPair {
    pub high: f64,
    pub low: f64,
    pub avg: f64,
    pub vol: f64,
    pub vol_cur: f64,
    pub last: f64,
    pub buy: f64,
    pub sell: f64,
    pub updated: i64,
}

Fields

24h maximum price.

24h minimum price.

24h average price.

trade volume.

trade volume in currency.

the price of the last trade.

buy price.

sell price.

last update of cache.

Trait Implementations

impl Clone for TickPair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TickPair
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TickPair

impl Sync for TickPair