コード例 #1
0
        public async Task <IAvapiResponse_TIME_SERIES_DAILY_ADJUSTED> QueryAsync(
            string symbol,
            Const_TIME_SERIES_DAILY_ADJUSTED.TIME_SERIES_DAILY_ADJUSTED_outputsize outputsize = Const_TIME_SERIES_DAILY_ADJUSTED.TIME_SERIES_DAILY_ADJUSTED_outputsize.none)
        {
            string current_outputsize = s_TIME_SERIES_DAILY_ADJUSTED_outputsize_translation[outputsize] as string;

            return(await QueryPrimitiveAsync(symbol, current_outputsize));
        }
コード例 #2
0
        public IAvapiResponse_TIME_SERIES_DAILY_ADJUSTED Query(
            string symbol,
            Const_TIME_SERIES_DAILY_ADJUSTED.TIME_SERIES_DAILY_ADJUSTED_outputsize outputsize = Const_TIME_SERIES_DAILY_ADJUSTED.TIME_SERIES_DAILY_ADJUSTED_outputsize.none)
        {
            string current_outputsize = s_TIME_SERIES_DAILY_ADJUSTED_outputsize_translation[outputsize] as string;

            return(QueryPrimitive(symbol, current_outputsize));
        }