symbol list example in ni provider mode in java

Options
nicolas.roux
nicolas.roux Explorer

Hello, i can see chain consume example in

rfaj7.6.0.E8, but i can't see the example for ni provider mode to publish the product list.

can you please provide one? Thanks.

Best Answer

  • umer.nalla
    umer.nalla LSEG
    Answer ✓

    The package com.reuters.rfa.example.omm.domainServer.symbollist contains the SymbolListStreamItem which should provide a good indicator of how to encode a SymbolList Refresh / Update etc.

Answers

  • @nicolas.roux

    Hi Nicolas,

    Can you please clarify your requirement?

    Are you after an example to provide (publish) a Chain construct or a SymbolList?

    Thanks.

  • There is one rather abstract example, domainServer, which implements an interactive symbol list.

    Attached is an example I just wrote that publishes a symbol list from a CSV file, as RFA is not in a public Nexus you will need to collect the dependencies manually.

  • You're right. I saw this example after asking my question... I will try to run it. Thanks.