Struct michromer::data::Level [] [src]

pub struct Level {
    pub ok: bool,
    pub instance_id: i64,
    pub account: String,
    pub instructions: HashMap<StringString>,
    pub tickers: Vec<String>,
    pub venues: Vec<String>,
}

Fields

ok: bool instance_id: i64 account: String instructions: HashMap<StringString> tickers: Vec<String> venues: Vec<String>

Trait Implementations

impl Clone for Level
[src]

fn clone(&self) -> Level

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

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

Formats the value using the given formatter.