pub fn py_load_tardis_funding_rates(
filepath: PathBuf,
instrument_id: Option<InstrumentId>,
limit: Option<usize>,
) -> PyResult<Vec<FundingRateUpdate>>
Expand description
ยงErrors
Returns a Python error if loading or parsing the CSV file fails.