pub fn py_get_exchange_rate( from_currency: &str, to_currency: &str, price_type: PriceType, quotes_bid: HashMap<String, f64>, quotes_ask: HashMap<String, f64>, ) -> PyResult<Option<f64>>