Builder

Collects a caller's digital currency symbol and assembles it into a RatingRequest.

The function is pinned to CRYPTO_RATING on construction, so the symbol is the only parameter a caller supplies.

Constructors

Link copied to clipboard
public void RatingRequest.Builder()
Creates a builder for the CRYPTO_RATING 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
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.