Builder

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

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
Assembles the currency pair, interval and output size set so far into an intraday 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 time each bar covers.
Link copied to clipboard
Sets how many of the pair's intraday bars 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.