Struct bittrex_api::values::BittrexTicker [] [src]

pub struct BittrexTicker {
    pub ask: f32,
    pub bid: f32,
    pub last: f32,
}

Fields

Trait Implementations

impl Display for BittrexTicker
[src]

Formats the value using the given formatter. Read more