DSTimeSeriesDateRangeResponse {DatastreamR} | R Documentation |
DSTimeSeriesDateRangeResponse
Description
DSTimeSeriesDateRangeResponse is the object returned from the timeseries GetTimeseriesDateRange method. This method allows you to determine the supported dates between given start and end dates at a specified frequency.
Value
DSTimeSeriesDateRangeResponse object
Public fields
Dates
A list of datetime values representing the supported dates between requested start and end dates at a specified frequency.
ResponseStatus
This property will contain a DSUserObjectResponseStatus value. DSUserObjectResponseStatus$UserObjectSuccess represents a successful response.
ErrorMessage
If ResponseStatus is not DSUserObjectResponseStatus$UserObjectSuccess this status string will provide a description of the error condition.
Properties
Not currently used and will currently always return NULL.
Methods
Public methods
Method new()
Usage
DSTimeSeriesDateRangeResponse$new(jsonDict = NULL)
Arguments
jsonDict
: JSON dictionary (from JSON Response)
Returns
DSTimeSeriesDateRangeResponse object
Method clone()
The objects of this class are cloneable with this method.
Usage
DSTimeSeriesDateRangeResponse$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.