Builder

Collects the tickers to quote, joining them into the single comma-separated symbol parameter the endpoint expects.

Constructors

Link copied to clipboard
Creates a builder pinned to REALTIME_BULK_QUOTES, with no tickers collected yet.

Properties

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

Functions

Link copied to clipboard
Joins the tickers collected so far into one comma-separated parameter and assembles them into a bulk quote request.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the format the API replies in.
Link copied to clipboard
Adds a ticker to the set being quoted, keeping any added before it.
Link copied to clipboard
public T function(Function function)
Sets the endpoint to call.