[][src]Trait quantaxis_rs::Low

pub trait Low {
    pub fn low(&self) -> f64;
}

Lowest price of a particular period.

Required methods

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

Loading content...

Implementors

impl Low for DataItem[src]

Loading content...