MAMAResponse.MetaData

public void MAMAResponse.MetaData(String symbol, String indicator, String lastRefreshed, String interval, double fastLimit, double slowLimit, 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

fastLimit

the requested upper adaptation-speed bound

slowLimit

the requested lower adaptation-speed bound

seriesType

the requested price series field the average is computed from

timeZone

the time zone the response's timestamps are expressed in


public void MAMAResponse.MetaData()

Creates an empty metadata instance, used for failed responses.