EconomicIndicatorRequest

public abstract class EconomicIndicatorRequest

The parameters every economic indicator request carries: the Alpha Vantage function that selects the indicator, and the data type the series is returned in. Subclasses add the parameters their indicator supports, such as interval or maturity.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Inheritors

Types

Link copied to clipboard
public abstract class Builder<T extends EconomicIndicatorRequest.Builder<? extends Object>>
Collects the parameters shared by every economic indicator request.