pub fn load_quote_ticks<P: AsRef<Path>>(
filepath: P,
price_precision: u8,
size_precision: u8,
instrument_id: Option<InstrumentId>,
limit: Option<usize>,
) -> Result<Vec<QuoteTick>, Box<dyn Error>>
Expand description
Load [QuoteTick
]s from a Tardis format CSV at the given filepath
.