Trait ta::High[][src]

pub trait High {
    fn high(&self) -> f64;
}
Expand description

Highest price of a particular period.

Required methods

Implementors