| VaultComponent {factset.analyticsapi.engines} | R Documentation |
VaultComponent
Description
VaultComponent Class
Format
An R6Class generator object
Public fields
idcharacter [optional]
accountVaultIdentifier [optional]
benchmarkVaultIdentifier [optional]
currencyisocodecharacter [optional]
datesVaultDateParameters [optional]
snapshotcharacter [optional]
namecharacter [optional]
categorycharacter [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
deepWhether to make a deep clone.
[Package factset.analyticsapi.engines version 3.0.1 Index]