Function py_load_tardis_quotes

Source
pub fn py_load_tardis_quotes(
    filepath: PathBuf,
    price_precision: Option<u8>,
    size_precision: Option<u8>,
    instrument_id: Option<InstrumentId>,
    limit: Option<usize>,
) -> PyResult<Vec<QuoteTick>>
Expand description

§Errors

Returns a Python error if loading or parsing the CSV file fails.