[][src]Trait cxmr_ta_core::Low

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

Lowest price of a particular period.

Required methods

fn low(&self) -> f64

Loading content...

Implementors

impl Low for DataItem[src]

Loading content...