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

lastRefreshed

the timestamp of the most recent data point

interval

the requested time interval between data points

fastKPeriod

the requested raw %K look-back period

slowKPeriod

the requested slow %K smoothing period

slowKMaType

the requested slow %K moving-average type's wire value

slowDPeriod

the requested slow %D smoothing period

slowDMaType

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

timeZone

the time zone the response's timestamps are expressed in


public void STOCHResponse.MetaData()

Creates an empty metadata instance, used for failed responses.