VaultComponent {factset.analyticsapi.engines} | R Documentation |
VaultComponent
Description
VaultComponent Class
Format
An R6Class
generator object
Public fields
id
character [optional]
account
VaultIdentifier [optional]
benchmark
VaultIdentifier [optional]
currencyisocode
character [optional]
dates
VaultDateParameters [optional]
snapshot
character [optional]
name
character [optional]
category
character [optional]
Methods
Public methods
Method new()
Usage
VaultComponent$new( id = NULL, account = NULL, benchmark = NULL, currencyisocode = NULL, dates = NULL, snapshot = NULL, name = NULL, category = NULL, ... )
Method toJSON()
Usage
VaultComponent$toJSON()
Method fromJSON()
Usage
VaultComponent$fromJSON(VaultComponentJson)
Method toJSONString()
Usage
VaultComponent$toJSONString()
Method fromJSONString()
Usage
VaultComponent$fromJSONString(VaultComponentJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
VaultComponent$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]