Trait Volume
quantaxis_rs
pub trait Volume { pub fn volume(&self) -> f64; }
Trading volume of a particular trading period.
pub fn volume(&self) -> f64
impl Volume for DataItem