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