question

Upvotes
Accepted
1 1 1 2

Get market-price bid/ask rates

I'm re-integrating into RFA, but I get no data regarding the symbols I ask for.
I'm using a working code, based on the tutorial code provided for our trial period and I am able to connect to the service, d/l dictionary and directory files, but I only get a few events, and all of them contains data-type = 128 (meanning respMsg.getDataType() == OMMTypes.NO_DATA).

Any ideas why app isn't received with any data?

treprfarfa-apimarket-feed
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@pavel.2 What are the symbols you are trying to retrieve data?

Normally, BID comes with FID 22 and ASK comes with FID 25. Perhaps, you may try some different item names such as EUR=, JPY= or GBP= which usually have frequent update ticks. You should probably get some updates with BID/ASK values.

@pavel.2

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks, AHS

@pavel.2

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
1.2k 23 31 44

Responses messages with NO_DATA are likely to be STATUS messages informing you of a connectivity issue for example you are requesting instruments from an incorrect service name. Please try running one of the example consumers such as com/reuters/rfa/example/omm/cons/StarterConsumer which and examine the source directory response message for available services and configure the subscriptions appropriately. The default service name in the example is DIRECT_FEED however the service you are connecting to maybe something like ELEKTRON_EDGE, hEDD, or ELEKTRON_DD.

You may find the learning curve significantly easily looking at EMA/Java instead of RFA/Java and will sit your application in better stead for future enhancements to the Elektron data set.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.