Trait quantaxis_rs::High[][src]

pub trait High {
    fn high(&self) -> f64;
}

Highest price of a particular period.

Required methods

fn high(&self) -> f64[src]

Loading content...

Implementors

impl High for DataItem[src]

Loading content...