| DSTimeSeriesRequestObject {DatastreamR} | R Documentation |
DSTimeSeriesRequestObject
Description
This is a subclass of DSTimeSeriesUserObjectBase and is used to create or modify a timeseries. (See DSTimeSeriesUserObjectBase for details of all the superclass properties.)
Value
DSTimeSeriesRequestObject object
Super classes
DatastreamR::DSUserObjectBase -> DatastreamR::DSTimeSeriesUserObjectBase -> DSTimeSeriesRequestObject
Public fields
IdA valid TimeSeries Id
DataInputA DSTimeSeriesDataInput object used to supply the start date, end date, frequency and list of data values. (See DSTimeSeriesDataInput for details.)
Methods
Public methods
Inherited methods
Method new()
Usage
DSTimeSeriesRequestObject$new( id = "", startDate = NULL, endDate = NULL, frequency = NULL, values = NULL )
Arguments
idA valid TimeSeries Id
startDateA datetime value defining the start date for the timeseries
endDateA datetime value defining the end date for the timeseries
frequencyThe frequency of the timeseries. DSUserObjectFrequency is defined in DSUserDataObjectBase.R
valueslist of float values
Returns
DSTimeSeriesRequestObject object
Method clone()
The objects of this class are cloneable with this method.
Usage
DSTimeSeriesRequestObject$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.