Struct wex::Depth[][src]

pub struct Depth {
    pub asks: Vec<Vec<f64>>,
    pub bids: Vec<Vec<f64>>,
}

Fields

Trait Implementations

impl Clone for Depth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Depth
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Depth

impl Sync for Depth