Trait ta::Low[][src]

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

Lowest price of a particular period.

Required methods

Implementors