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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 1 2

How to get the currency rate feeding in bulk instead of single currency pair, for single we are using like this. consumer.registerClient(reqMsg().serviceName("heDD").name("EURGBP="));

elektronrefinitiv-realtimeelektron-sdkforex
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.

1 Answer

· Write an Answer
Upvotes
Accepted
9.6k 10 7 7

Hello @syed.ibrahim

You can use Batches feature which allows an application to create a single request containing multiple items/currency pairs so the application just calls consumer.registerClient(..) once. Then, the application will receive the currency rates of all items specified in the request. For more details, please refer to API Concepts Guide

You can find an example consumer application's source code how to use Batches feature in

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.