[][src]Function cxmr_tectonic::dtf::read_file_range

pub fn read_file_range<P: AsRef<Path>>(
    fname: P,
    min_ts: u64,
    max_ts: u64,
    trades_only: bool
) -> Result<Vec<EventData>, Error>

Reads dtf file contents within specified time range.