Learn R Programming

factset.analyticsapi.engines (version 3.0.1)

ComponentAccount: ComponentAccount

Description

ComponentAccount Class

Arguments

Format

An R6Class generator object

Public fields

id

character [optional]

name

character [optional]

holdingsmode

character [optional]

Methods

Public methods

Method new()

Usage

ComponentAccount$new(id = NULL, name = NULL, holdingsmode = NULL, ...)

Method toJSON()

Usage

ComponentAccount$toJSON()

Method fromJSON()

Usage

ComponentAccount$fromJSON(ComponentAccountJson)

Method toJSONString()

Usage

ComponentAccount$toJSONString()

Method fromJSONString()

Usage

ComponentAccount$fromJSONString(ComponentAccountJson)

Method clone()

The objects of this class are cloneable with this method.

Usage

ComponentAccount$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.