Struct michromer::data::Fill [] [src]

pub struct Fill {
    pub price: u64,
    pub qty: u64,
    pub ts: DateTime<UTC>,
}

Fields

price: u64 qty: u64 ts: DateTime<UTC>

Trait Implementations

impl Clone for Fill
[src]

fn clone(&self) -> Fill

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 Fill
[src]

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

Formats the value using the given formatter.