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