VaultComponent: VaultComponent

Description Format Public fields Methods

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.


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