pub trait Volume { // Required method fn volume(&self) -> f64; }
Trading volume of a particular trading period.