Trait ShortDaPlot

Source
pub trait ShortDaPlot<T, N> {
    // Required method
    fn short_da_plot(&self) -> SVGWrapper;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T, N> ShortDaPlot<N, u64> for [T]
where Self: PnlSum<N, Output = PnlRes<da>>,

Source§

impl<T, N, K, J> ShortDaPlot<(N, J), u32> for [T]
where Self: PnlSumInnerDay<N, Output = Vec<K>>, [K]: PnlSum<J, Output = PnlRes<da>>,

Implementors§