Builder

Fluent builder for MAMARequest.

Constructors

Link copied to clipboard
public void MAMARequest.Builder()
Creates a builder pre-set to MAMA.

Properties

Link copied to clipboard
The Alpha Vantage function code identifying which indicator to request.

Functions

Link copied to clipboard
Builds the configured MAMARequest.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the response format.
Link copied to clipboard
public MAMARequest.Builder fastLimit(double fastLimit)
Sets the upper bound on how fast MAMA can adapt.
Link copied to clipboard
public T forSymbol(String symbol)
Sets the symbol to query.
Link copied to clipboard
public T function(Function function)
Sets the indicator function to request.
Link copied to clipboard
public T interval(Interval interval)
Sets the time interval between data points.
Link copied to clipboard
Sets the price series field the average is computed from.
Link copied to clipboard
public MAMARequest.Builder slowLimit(double slowLimit)
Sets the lower bound on how fast MAMA can adapt.