Skip to main content

parse_daily_to_structs_in_range

Function parse_daily_to_structs_in_range 

Source
pub fn parse_daily_to_structs_in_range(
    path: impl AsRef<Path>,
    start: Option<NaiveDate>,
    end: Option<NaiveDate>,
) -> Result<Vec<DailyKlineData>, DailyParseError>
Expand description

按 typed 日期范围解析日线文件为结构体。