Skip to content

Commit 92d6ca3

Browse files
committed
Add inheritdoc
1 parent d19bc49 commit 92d6ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FinancialModelingPrepApi/Core/StockTimeSeries/StockTimeSeriesProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public Task<ApiResponse<HistoricalDividendsResponse>> GetHistoricalDividendsAsyn
102102
return client.GetJsonAsync<HistoricalDividendsResponse>(url, pathParams, null);
103103
}
104104

105+
/// <inheritdoc/>
105106
public Task<ApiResponse<List<HistoricalPriceForChartWithVolumeResponse>>> GetHistoricalPricesForChartWithVolume(string symbol, HistoricalChartSeries series)
106107
{
107108
const string url = "[version]/historical-chart/[series]/[symbol]";

0 commit comments

Comments
 (0)