Trait ux_indicators::Low[][src]

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

Lowest price of a particular period.

Required methods

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

Loading content...

Implementors

impl Low for DataItem[src]

Loading content...