Trait baseline::bar::OHLCMath

source ·
pub trait OHLCMath: OHLC {
    fn ohlc4(&self) -> Self::Type;
    fn hlc3(&self) -> Self::Type;
    fn hl2(&self) -> Self::Type;
}

Required Methods

Implementors