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

Id

A valid TimeSeries Id

DataInput

A 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
id

A valid TimeSeries Id

startDate

A datetime value defining the start date for the timeseries

endDate

A datetime value defining the end date for the timeseries

frequency

The frequency of the timeseries. DSUserObjectFrequency is defined in DSUserDataObjectBase.R

values

list of float values

Returns

DSTimeSeriesRequestObject object


Method clone()

The objects of this class are cloneable with this method.

Usage
DSTimeSeriesRequestObject$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package DatastreamR version 2.0.4 Index]