Builder

Collects a caller's digital currency symbol, market and cadence and assembles them into a DigitalCurrencyRequest.

The cadence is set through the inherited function, choosing among DIGITAL_CURRENCY_DAILY, DIGITAL_CURRENCY_WEEKLY and DIGITAL_CURRENCY_MONTHLY.

Constructors

Link copied to clipboard
Creates a builder with no function, symbol or market set yet.

Properties

Link copied to clipboard
The Alpha Vantage function this request calls, fixed by each subclass.

Functions

Link copied to clipboard
Assembles the parameters set so far into a request.
Link copied to clipboard
public T function(Function function)
Sets the Alpha Vantage function this request calls.
Link copied to clipboard
public T market(String market)
Sets the market to price the digital currency in.
Link copied to clipboard
public T symbol(String symbol)
Sets the digital currency to fetch data for.