IntraDayRequest

public class IntraDayRequest extends ForexRequest

A request to FX_INTRADAY, which samples a currency pair repeatedly through the trading day instead of collapsing each period into a single bar.

It is the only forex cadence whose bar width is a parameter rather than fixed by the endpoint: the interval defaults to ONE_MIN and can be widened as far as SIXTY_MIN. Because a minute-by-minute series grows quickly, it also takes an OutputSize, defaulting to COMPACT — the 100 most recent bars.

Author

Sylvester Sefa-Yeboah

Since

1.0.0

Types

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