Currency {factset.analyticsapi.engines}R Documentation

Currency

Description

Currency Class

Format

An R6Class generator object

Public fields

name

character [optional]

Methods

Public methods


Method new()

Usage
Currency$new(name = NULL, ...)

Method toJSON()

Usage
Currency$toJSON()

Method fromJSON()

Usage
Currency$fromJSON(CurrencyJson)

Method toJSONString()

Usage
Currency$toJSONString()

Method fromJSONString()

Usage
Currency$fromJSONString(CurrencyJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Currency$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package factset.analyticsapi.engines version 3.0.1 Index]