Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

ConfigurationAccount: ConfigurationAccount

Description

ConfigurationAccount Class

Arguments

Format

An R6Class generator object

Public fields

benchmarkCode

character [optional]

benchmarkName

character [optional]

maxEndDate

character [optional]

minStartDate

character [optional]

lockingDate

character [optional]

name

character [optional]

Methods

Public methods

Method new()

Usage

ConfigurationAccount$new(
  benchmarkCode = NULL,
  benchmarkName = NULL,
  maxEndDate = NULL,
  minStartDate = NULL,
  lockingDate = NULL,
  name = NULL,
  ...
)

Method toJSON()

Usage

ConfigurationAccount$toJSON()

Method fromJSON()

Usage

ConfigurationAccount$fromJSON(ConfigurationAccountJson)

Method toJSONString()

Usage

ConfigurationAccount$toJSONString()

Method fromJSONString()

Usage

ConfigurationAccount$fromJSONString(ConfigurationAccountJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

ConfigurationAccount$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.