question

Upvotes
Accepted
5 1 0 5

Non-real time data through Elecktron

Hi,

Is it possible to use Elektron to receive data on-demand i.e. not as a real-time stream.

We're currently using the RFA API to retrieve real-time data from Elektron. We would like to be able to turn off the real-time feed and request data once every hour.

Many thanks.

elektronrefinitiv-realtimeelektron-sdkrfa
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.7k 49 38 60

Hi @richard.curtis,

Yes, it is possible to receive data on-demand. RFA provides the ability to request for data as non-streaming. When you request for data in this way, you will only receive the initial image. No real time updates will be sent. When making a request, you simply need to specify only the initial image, i.e.

// Request for non-streaming data 
reqMsg.setInteractionType( rfa::message::ReqMsg::InitialImageFlag );
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