| ConfigurationAccount {factset.analyticsapi.engines} | R Documentation |
ConfigurationAccount
Description
ConfigurationAccount Class
Format
An R6Class generator object
Public fields
benchmarkCodecharacter [optional]
benchmarkNamecharacter [optional]
maxEndDatecharacter [optional]
minStartDatecharacter [optional]
lockingDatecharacter [optional]
namecharacter [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
deepWhether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]