[][src]Trait cxmr_ta::traits::Close

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

Close price of a particular period.

Required methods

fn close(&self) -> f64

Loading content...

Implementations on Foreign Types

impl Close for DataItem[src]

Loading content...

Implementors

Loading content...