[][src]Trait quantaxis_rs::High

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

Highest price of a particular period.

Required methods

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

Loading content...

Implementors

impl High for DataItem[src]

Loading content...