new SymbolIdentifier(symbolObject)
Parameters:
| Name | Type | Description |
|---|---|---|
symbolObject |
object |
- Since:
-
10.1.0
Methods
-
getSymbol()
-
Gets the base symbol string (e.g., "AAPL")
- Since:
-
10.2.0
Returns:
The base symbol string
- Type
- string
-
toSymbolObject(dataset)
-
Converts SymbolIdentifier into a symbol object using the provided dataset.
Parameters:
Name Type Description datasetobject Dataset
- Since:
-
10.1.0
Returns:
Symbol object
- Type
- object
-
toSymbolString(dataset)
-
Converts SymbolIdentifier into a symbol string using the provided dataset.
Parameters:
Name Type Description datasetobject Dataset
- Since:
-
10.1.0
Returns:
Symbol string
- Type
- string
