Where can i find a Java/C# example which subscribe currency instruments to reuters server and listen

Where can i find a Java/C# example which subscribe currency instruments to reuters server and listen/handle real time update events about the registered currency instrument?

Best Answer

  • nick.zincone
    Answer ✓

    Hi @georgezgj,

    Within the Elektron Java SDK package, you can find numerous examples to subscribe to data. For example, I would recommend to use the simple consumer application:

    image

    Within that application (Consumer.java), you will need to configure the application to connect to your environment and also specify your specific currency instrument within the code segment below:

    image