CorrectCustomInstrument: Function to check if custom symbol is in format...

View source: R/rd_custominstruments.r

CorrectCustomInstrumentR Documentation

Function to check if custom symbol is in format "S)INSTRUMENTSYMBOL.UUID"

Description

Function to check if custom symbol is in format "S)INSTRUMENTSYMBOL.UUID"

Usage

CorrectCustomInstrument(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

character with corrected symbol

See Also

[rd_ManageCustomInstruments()]

Examples

CorrectCustomInstrument(symbol = "test" , UUID = "ABCDE-123456")
CorrectCustomInstrument(symbol = "S)test" , UUID = "ABCDE-123456")
CorrectCustomInstrument(symbol = "test.ABCDE-123456" , UUID = "ABCDE-123456")

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