question

Upvotes
Accepted
3 0 1 1

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 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
9.5k 10 5 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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea