Trait Low
quantaxis_rs
pub trait Low { pub fn low(&self) -> f64; }
Lowest price of a particular period.
pub fn low(&self) -> f64
impl Low for DataItem