[][src]Function alpha_vantage::stock_time::stock_time

pub fn stock_time(
    function: StockFunction,
    symbol: &str,
    interval: Interval,
    output_size: OutputSize,
    api_data: (&str, Option<u64>)
) -> TimeSeries

Function used to create a TimeSeries struct.

Instead of using this function directly calling through APIKey method is recommended