I want to get FX prices and I am using Java API,
I am sending request with this class:
com.thomsonreuters.ema.access.ReqMsg
serviceName: IDN_INTERVAL_5S
and RIC: CHFEUR=R
1.may I ask you where I can find description of the fields I get in response ?
2.Also I wanted to ask what is the difference between rics:
CHFEUR=R and CHFEUR=X
3.Also I would appreciate if you point me to the documentation for this classes (com.thomsonreuters.ema.access.ReqMsg, com.thomsonreuters.ema.access.OmmConsumer)