Skip to main content

parse_tick_csv

Function parse_tick_csv 

Source
pub fn parse_tick_csv(
    path: &Path,
    exchange: &str,
    symbol: &str,
    source_offset: &FixedOffset,
) -> Result<(Vec<Tick>, Vec<String>)>
Expand description

Parse a tab-delimited tick CSV into Vec<Tick>.

Malformed rows produce warnings instead of hard errors so partial files can still be imported.