Elektron from Refinitiv Message API connection
The elektron
function creates an elektron
object. The elektron
object represents a Elektron™ from Refinitiv™ connection.
After you create an elektron
object, you can use the object functions to
retrieve current and real-time data. You can retrieve data based on your credentials, which
consist of a user name and custom IP address. For credentials, contact
Elektron from Refinitiv.
When you install Elektron on your computer, the installation folder contains JAR files. Add these JAR files to the dynamic Java® class path every time you connect to Elektron:
ansipage.jar
ema-javadoc.jar
ema.jar
jdacsUpalib.jar
upa.jar
upaValueAdd.jar
upaValueAddCache.jar
commons-configuration-1.10.jar
commons-lang-2.6.jar
commons-logging-1.2.jar
org.apache.commons.collections.jar
slf4j-api-1.7.12.jar
slf4j-jdk14-1.7.12.jar
Alternatively, you can add these JAR files to the static Java class path. For details about dynamic and static class paths, see Java Class Path.