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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Depth
[src]

[src]

Formats the value using the given formatter.