pub fn validate_ticker_format(ticker: &str) -> Result<()>
Validates that a ticker has the correct format (BASE-QUOTE).
Returns an error if the ticker is not in the format “BASE-QUOTE”.