delete_tick_from_portfolio

Function delete_tick_from_portfolio 

Source
pub async fn delete_tick_from_portfolio(
    configuration: &Configuration,
    id: &str,
    symbol: &str,
) -> Result<Restore200Response, Error<DeleteTickFromPortfolioError>>