Struct michromer::data::BidAsk [] [src]

pub struct BidAsk {
    pub price: u64,
    pub qty: u64,
    pub is_buy: bool,
}

Fields

price: u64 qty: u64 is_buy: bool

Trait Implementations

impl Clone for BidAsk
[src]

fn clone(&self) -> BidAsk

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for BidAsk
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.