IntraDayRequestProxy

Functions

Link copied to clipboard
Adjusts the timeseries output by historical split and dividend events.
Link copied to clipboard
public T dataType(DataType type)
Sets the format the API returns the series in.
Link copied to clipboard
Includes extended trading hours alongside regular ones.
Link copied to clipboard
public void fetch()
Sets the right builder and makes an async http request using fetch.
Link copied to clipboard
public U fetchSync()
Sets the right builder and makes a synchronous request using fetch.
Link copied to clipboard
public T forSymbol(String symbol)
Sets the ticker symbol the request reports on.
Link copied to clipboard
Sets the spacing between intraday observations.
Link copied to clipboard
Queries data for one specific month rather than the trailing window.
Link copied to clipboard
Sets the callback invoked with the cause when an async call fails.
Link copied to clipboard
public T onSuccess(Fetcher.SuccessCallback<? extends Object> callback)
Sets the callback invoked with the parsed response when an async call succeeds.
Link copied to clipboard
Sets how much history the request asks for.
Link copied to clipboard
public void setSyncResponse(U response)
Sets the response received during a synchronous call.