Struct bittrex_api::values::BittrexTrade [] [src]

pub struct BittrexTrade {
    pub id: u32,
    pub time_stamp: String,
    pub quantity: f32,
    pub price: f32,
    pub total: f32,
    pub fill_type: String,
    pub order_type: String,
}

Fields

Trait Implementations

impl Display for BittrexTrade
[src]

Formats the value using the given formatter. Read more