Builder

Assembles a request for daily bars, adding the output size to the currency pair and data type inherited from ForexRequest.Builder.

Constructors

Link copied to clipboard
public void DailyRequest.Builder()

Functions

Link copied to clipboard
Assembles the currency pair and output size set so far into a daily request.
Link copied to clipboard
public T dataType(DataType dataType)
Sets the format the API replies in.
Link copied to clipboard
public T fromSymbol(String fromSymbol)
Sets the base currency of the pair — the one whose price is being quoted.
Link copied to clipboard
Sets how much of the pair's daily history to ask for.
Link copied to clipboard
public T toSymbol(String fromSymbol)
Sets the quote currency of the pair — the one the base currency is priced in.