Builder

Assembles a single-ticker quote request from the ticker and data type inherited from TimeSeriesRequest.Builder.

Constructors

Link copied to clipboard
public void QuoteRequest.Builder()
Creates a builder pinned to GLOBAL_QUOTE.

Properties

Link copied to clipboard
The endpoint being called, sent as the function parameter.

Functions

Link copied to clipboard
Assembles the ticker set so far into a quote request.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the format the API replies in.
Link copied to clipboard
public T forSymbol(String symbol)
Sets the ticker to request data for.
Link copied to clipboard
public T function(Function function)
Sets the endpoint to call.