MetaData

public class MetaData

Metadata describing the request that produced a ULTOSCResponse, echoed back by the API alongside the indicator values themselves.

Constructors

Link copied to clipboard
Creates an empty metadata instance, used for failed responses.
public void ULTOSCResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, int timePeriod1, int timePeriod2, int timePeriod3, String timeZone)
Creates a populated metadata instance.

Properties

Link copied to clipboard
The name of the indicator, as reported by the API.
Link copied to clipboard
The requested time interval between data points.
Link copied to clipboard
The timestamp of the most recent data point.
Link copied to clipboard
public String symbol
The requested symbol.
Link copied to clipboard
public int timePeriod1
The requested first, shortest look-back period.
Link copied to clipboard
public int timePeriod2
The requested second, medium look-back period.
Link copied to clipboard
public int timePeriod3
The requested third, longest look-back period.
Link copied to clipboard
The time zone the response's timestamps are expressed in.

Functions

Link copied to clipboard
Returns the indicator's name, as reported by the API.
Link copied to clipboard
Returns the requested time interval between data points.
Link copied to clipboard
Returns the timestamp of the most recent data point.
Link copied to clipboard
public String getSymbol()
Returns the requested symbol.
Link copied to clipboard
public int getTimePeriod1()
Returns the requested first, shortest look-back period.
Link copied to clipboard
public int getTimePeriod2()
Returns the requested second, medium look-back period.
Link copied to clipboard
public int getTimePeriod3()
Returns the requested third, longest look-back period.
Link copied to clipboard
Returns the time zone the response's timestamps are expressed in.
Link copied to clipboard
public String toString()