pub fn py_load_tardis_options_chain(
py: Python<'_>,
filepath: PathBuf,
underlyings: Option<Vec<String>>,
price_precision: Option<u8>,
size_precision: Option<u8>,
limit: Option<usize>,
) -> PyResult<Vec<Py<PyAny>>>Expand description
ยงErrors
Returns a Python error if loading or parsing the CSV file fails.