Struct lib::kraken::ResultTicker[][src]

pub struct ResultTicker {
    pub a: Vec<String>,
    pub b: Vec<String>,
    pub c: Vec<String>,
    pub v: Vec<String>,
    pub p: Vec<String>,
    pub t: Vec<i64>,
    pub l: Vec<String>,
    pub h: Vec<String>,
    pub o: String,
}

Fields

Trait Implementations

impl Debug for ResultTicker
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ResultTicker
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations