For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 3 4

is there any way to request WM Benchmark rates from RFA C++ API

elektronrefinitiv-realtimeelektron-sdkrfac++
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.

Hello @brajesh.shuklafil

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
895 3 8 3

Sorry, for the incorrect RIC above. Yes it is =WM rather than =W - confounding my error by copied the original typo over and over again - oh and yes XTO.N etc is not a valid RIC anymore (it was in 2010 but was delisted by the Exchange after a takeover)

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.

Upvotes
895 3 8 3

We supply WM benchmark rates via RICs, so you can pull in the rates in the same way you do for other instruments. eg <USDGBPFIX=W> is the 4pm close for GBP which appears in the field BID (22) and ASK (25).

I'm not sure which benchmark rates you are after, but they are all available by navigating through the chains starting with <0#WMREUTERS>, the spot benchmarks are available navigating from <0#WMSPOT>

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.

Upvotes
1 0 3 4

How to put this in Registry for Batch Request, is it

batchItemList1

= <USDGBPFIX=W>
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.

Upvotes
895 3 8 3

You will need to exlude the "<>" - sorry this is my way of showing its a RIC. Other than that, yes this should be an example of the identifier you need in a batch request; USDGBPFIX=W

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.

Upvotes
1 0 3 4

I don't think RIC

USDGBPFIX=W

is correct to request, it is giving me error :

017/01/11 19:52:06.985 TRACE <- Received MMT_MARKET_PRICE Status
serviceName : ELEKTRON_DD
symbolName : USDGBPFIX=W
streamState : Closed
dataState : Suspect
statusCode : NotFound
statusText : The record could not be found
itemName : USDGBPFIX=W
itemHandle : 511763152
itemFrom : BatchItemList1

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.

Upvotes
17.1k 80 39 63

@brajesh.shuklafil,

In general, all of our market data APIs are data agnostic - for each one, you simply tell the API which RIC you would like to retrieve. If you're using any one of our market data APIs, RFA C++ included, you simply need to subscribe to the item using a standard Consumer application. There is no need to send it as part of a batch request. You can refer to the Quick Start guides or tutorials within the Developer Portal to get you up and going quickly. Regarding the above benchmark, try using: "USDGBPFIX=WM" (I don't believe "USDGBPFIX=W" exists).

As a side note, if you are looking for an API to access this content and RFA C++ is not mandatory, I would suggest you use one of our new strategic APIs, Elektron Message API for C++. It was designed to be significantly easier to use and will get you up and running very quickly. The API also has quick start and tutorials for you to get up to speed.

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.

Upvote
426 2 4 4

@brajesh.shuklafil

The RIC you used is missing a 'M' at the end. Please try again with the RIC USDGBPFIX=WM

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.

Upvotes
1 0 3 4

@steven.peng @nick.zincone.1

No, also doesn't seems to be working.

********************** INFO ************************ INFO **********************
2017 Jan 11 20:13:32.937 ST GMT+05:30 19A8 2578 1371 INFO
Marking item entry as closed in itemMap for handle = 000000000250EC50:
[0] 000000000250E810 0 1 IBM.N
[1] 000000000250EB40 1 1
[2] 000000000250EC50 1 1 USDGBPFIX=WM
[3] 000000000250E920 2 1
[4] 000000000250EF80 2 1 CNQ.N
[5] 0000000000000000 2 0 XTO.N
[6] 000000000250F3C0 2 1 IBM.N.
2017 Jan 11 20:13:32.969 ST GMT+05:30 19A8 2578 843 TRACE <- Received MMT_MARKET_PRICE Status
serviceName : ELEKTRON_DD
symbolName : XTO.N
streamState : Closed
dataState : Suspect
statusCode : NotFound
statusText : The record could not be found
itemName : XTO.N
itemHandle : 000000000250F1A0
itemFrom : BatchItemList2.

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.

Upvotes
426 2 4 4

@brajesh.shuklafil

The "NotFound" message is for XTO.N which I tested on EIkon and confirmed it is not a valid RIC. It has nothing to do with USDGBPFIX=WM.

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.