[][src]Trait quantaxis_rs::Close

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

Close price of a particular period.

Required methods

pub fn close(&self) -> f64[src]

Loading content...

Implementors

impl Close for DataItem[src]

Loading content...