STOCHResponse. MetaData
public void STOCHResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, double fastKPeriod, double slowKPeriod, double slowKMaType, double slowDPeriod, double slowDMaType, String timeZone)
Creates a populated metadata instance.
Parameters
symbol
the requested symbol
indicator
the indicator's name, as reported by the API
last Refreshed
the timestamp of the most recent data point
interval
the requested time interval between data points
fast KPeriod
the requested raw %K look-back period
slow KPeriod
the requested slow %K smoothing period
slow KMa Type
the requested slow %K moving-average type's wire value
slow DPeriod
the requested slow %D smoothing period
slow DMa Type
the requested slow %D moving-average type's wire value
time Zone
the time zone the response's timestamps are expressed in
Creates an empty metadata instance, used for failed responses.