STOCHRSIResponse.MetaData

public void STOCHRSIResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, double timePeriod, double fastKPeriod, double fastDPeriod, double fastDMaType, String seriesType, String timeZone)

Creates a populated metadata instance.

Parameters

symbol

the requested symbol

indicator

the indicator's name, as reported by the API

lastRefreshed

the timestamp of the most recent data point

interval

the requested time interval between data points

timePeriod

the requested number of data points used to calculate the underlying RSI

fastKPeriod

the requested raw %K look-back period

fastDPeriod

the requested fast %D smoothing period

fastDMaType

the requested fast %D moving-average type's wire value

seriesType

the requested price series field the underlying RSI is computed from

timeZone

the time zone the response's timestamps are expressed in


Creates an empty metadata instance, used for failed responses.