[][src]Trait ta::Close

pub trait Close {
    fn close(&self) -> f64;
}

Close price of a particular period.

Required methods

fn close(&self) -> f64

Loading content...

Implementors

impl Close for DataItem[src]

Loading content...