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