pub trait PriceSource { // Required method fn current_price(&self, instrument: &Instrument) -> Option<f64>; }