Hi,
We are using Real-Time SDK - Java Enterprise Transport API (Real-Time-SDK-2.3.1.L1.java.zip) for receiving market data i.e. FX currency rates from RMDS. We have used consumer.java from examples folder of the API. We need help in below points.
- Currently we are receiving multiple field data for a RIC code. We just want only “Bid”, “Ask” and “Size” fields. How to configure only required field ID/name for which we want.
- Currently we have set “INR=“ RIC Code as default item and hence receiving only data for this RIC. How can we configure and receive data for multiple RIC codes.
- Currently seems like we are receiving rates from RMDS only once and not receiving rates as and when there are new updates. How can we receive rates post subscribing for it and RMDS continuously publish after subscribing.
- Also it is observed after sometime the session gets disconnected automatically.
For reference I am attaching the java code file and logs of our implementation. Can someone please help in addressing above issue. Thanks in advance.
Regards.
Sweetu.