ConfigurationAccount: ConfigurationAccount

Description Format Public fields Methods

Description

ConfigurationAccount Class

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.


factset.analyticsapi.engines documentation built on Feb. 2, 2020, 5:06 p.m.