Do you have any training available for the RFA.NET APIs and the TREP infrastructure? I searched through the videos and could not find anything relevant. We have the developer documents available as part of the RFA.NET libraries download, however they do explain alternate approaches and technology updates. Thanks Raja
Our software implemented by RFA 7.0 C# gets 0#TRTSYC=IS chain data. When we check the coming data with Eikon app, we realized that those data are different. Some of the RICs in the chain does not exist in the our software., but Eikon has those RICs. Some of the incoming RICs are not updated in our software although eikon…
Hello, We are using RFA 8.1 C++ api's to consume market data. One of our mutual client checking on possibility of connecting same RFA application to multiple DAC daemons. This is because they have multiple DACS site set up based on the region. Is it possible? Can you point me to sample application which does that?
Please advise if below API calling method is supported. Q1: Operation: Refresh only returns partial fields for an index symbol. E.g. : At startup call on RequestMessage, we only need fields (1,2,3,4). Fields other than 1,2,3,4 are filtered in return data. Q2: Operation: Real time update returns full dedicated fields at all…
Hello, We are using RFA 8.1 C++ api to consume Level2 market data. Can you tell me if my following assumptions about LL2-MP domain are correct. If not correct then advise me about correct approach. Please reply against each bullet point. * If price is blank and size is non zero then it is a market order, is that correct? *…
...mptions about LL2-MP domain are correct? Empty levels in Limited Level 2(LL2 MP) domain We are using RFA 8.1 C++ api to consume Level2 market data. Can you tell me if my following assumptions about LL2-MP domain are correct. If incorrect then advise me about correct approach. Please reply against each bullet point. 1.…
Hello we are using RFA 8.1 C++ api to consume market data. Can you tell me the effect of following call if Data buffer is blank i.e. DataBuffer::isBlank() == true; double price = dataBuffer.getDouble(); int size = static_cast<int>(dataBuffer.getReal().getValue()); What would be value of "price" and "size" in this case? Is…
We are using RFA 8.1 C++ api to get FX rates. We are interested in knowing what RIC to use to get FX rates for minor currency pairs like example GBp/USD (PEN to USD).
Hello, We are using RFA 8.1 C++ api to consume Level1 and Level2 data market data. Recently we came across many situations where our mutual client UBS reported multiple instances of No or stale Level1 and Level2 data. It happened across multiple exchanges. We are trying to figure out if api has some sort of sample…
I wanted to see if it is possible to establish the priority in the RIC subscription using the RFA8 library? It is possible to use the following function of the ThomsonReuters.RFA.Message.ReqMsg class and what is it for? public void SetPriority(byte priorityClass, ushort priorityCount); I ask if you can give me an example.…
It looks like you're new here. Sign in or register to get started.