CheckifCustomInstrument: Check if a symbol is really a custom symbol

View source: R/rd_custominstruments.r

CheckifCustomInstrumentR Documentation

Check if a symbol is really a custom symbol

Description

Check if a symbol is really a custom symbol

Usage

CheckifCustomInstrument(symbol, UUID = getOption(".RefinitivUUID"))

Arguments

symbol

character

UUID

character Eikon UUID can be found here: Eikon Terminal –> help –> about –> user details: UUID e.g. ABCDE-123456

Value

boolean TRUE, FALSE or NA

Examples

## Not run: 
CheckifCustomInstrument(symbol = "test" , UUID = "ABCDE-123456")
CheckifCustomInstrument(symbol = c("test", 'test2') , UUID = "ABCDE-123456")
CheckifCustomInstrument(symbol = "test.ABCDE-123456" , UUID = "ABCDE-123456")
CheckifCustomInstrument(symbol = "test.ABCDE-123456" , UUID = NULL)

## End(Not run)

GreenGrassBlueOcean/RefinitivR documentation built on Feb. 1, 2024, 1:37 a.m.