Trait High

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

Highest price of a particular period.

Required Methods§

Source

fn high(&self) -> f64

Implementors§