pub fn parse_any_ticker_date_spec(
ticker: &str,
date: &str,
spec: &SpecRepository,
) -> Result<AnyParsedTicker, String>Expand description
Parse any ticker with an explicit reference_date and a custom SpecRepository.
pub fn parse_any_ticker_date_spec(
ticker: &str,
date: &str,
spec: &SpecRepository,
) -> Result<AnyParsedTicker, String>Parse any ticker with an explicit reference_date and a custom SpecRepository.