Builder

Collects a caller's digital currency symbol, market, interval, output size and data type and assembles them into an IntradayRequest.

The function is pinned to CRYPTO_INTRADAY on construction.

Constructors

Link copied to clipboard
Creates a builder for the CRYPTO_INTRADAY endpoint.

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
Sets the response format.
Link copied to clipboard
public T function(Function function)
Sets the Alpha Vantage function this request calls.
Link copied to clipboard
Sets the interval between data points.
Link copied to clipboard
public T market(String market)
Sets the market to price the digital currency in.
Link copied to clipboard
Sets how much historical intraday data to return.
Link copied to clipboard
public T symbol(String symbol)
Sets the digital currency to fetch data for.