-
What is rfa::rdm::MMT_MAX_VALUE and how it's different from other MMT
Hi Team, We are using RFA8.2 C++ API to consume marketdata and we came across the Message Model Type MMT_MAX_VALUE. What exactly this message model type means and how it's different from MMT_MARKET_PRICE, MMT_MARKET_BY_ORDER and MMT_MARKET_BY_PRICE? Thank you in advance!
-
Is any upgrade planned for RFA libraries after RFA8.2
Hi, We are using RFA 8.2 libraries in our application. We see some vulnerabilities in RFA code with our internal scanning, Can you share latest available version link to download. We want to verify if those vulnerabilities still exists.
-
Requesting specific field from REFRESH/UPDATE message
Hello, In RFA C++ api version 8.2, is it possible to request value of specific field? or only way is to iterate on the container? E.g. auto bidPrice = msg.Get(BID);
-
ADS is crashing when we stop our internal app which built with RFA JAVA Edition 8.1.0.L1.all.rrg
Dear Team, We recently migrated the ADS POP server from ADS 3.5 installed on OS RHEL 7.9, bare metal server, to ADS 3.8.1 installed on OS RHEL 8.9, virtual machine. we have encountered a concerning issue after the ADS POP migration, that whenever we stop our internal application built with RFA JAVA Edition…
-
Is any upgrade planned for RFA libraries?
Hi, We are using RFA libraries in our application. We see some vulnerabilities in RFA code with our internal scanning. I would like to know if any plan is there to upgrade RFA libraries.
-
Safe and correct way to convert REAL to Int
Hello, We use RFA 8.1 C++ api. We have a use case where we want to convert REAL type to int using DataBuffer. We accept the fact that doing this will result in data truncation. I can do it in two ways but what is the most accurate way to do it? Assuming DataBuffer contains REAL type - A. dataBuffer.getInt() B.…
-
Error message: PostMsg has not have container type of RSSL_DT_MSG
How can I solve my coding for a contribution post msg with rfanet8.1.0.L1 connection to RTDS? Error message: PostMsg has not have container type of RSSL_DT_MSG
-
What is Refinitiv's DSS data and is tick size available in it
Hi Team, RFA API version 8.2 to consume market data and I want to check about the 2 things What is Refinitiv's DSS data? Is tick size available in Refinitiv's DSS data? Thank you in advance
-
Contribution while migrating from RFA 7.2
Hi we are migrating our application using RFA7.2 to the strategic APIs, specifically EMA. We were able to test the data collection using EmaFactory and OmmConsumer. Now we are testing contribution. We are using MarketDataContributor in RFA7.2 Can you please point us to documentation? Thanks. ShareShareReply
-
How to deal with closed stream status for a item
I am trying to subscribe to item which is not available at the provider but at later point it is becoming available. How to deal this? Is there some setting or thing is available to know this item became available by provider and now consumer can subscribe to this.
-
Waiting for service IDN_SELECTFEED UP. Item recovery in progress
We are using RFAJ to subscribe to data. We are getting these MarketDataItemEvent data: service = IDN_SELECTFEED, msgType = STATUS, item = 0#MONC*.EX, status = { state: STALE, code: NONE, text: "Waiting for service IDN_SELECTFEED UP. Item recovery in progress..."} We are using : SSLJ: version = 5.0.F7 RFA: Version =…
-
RFA configuration validation
Hi, I am using RFA RSSL configuration as here \Connections\Connection5_RSSL\connectionType = "RSSL" \Connections\Connection5_RSSL\rsslPort = "14032" \Connections\Connection5_RSSL\serverList="xconprices.ads2.test:14032" \Connections\Connection5_RSSL\serverSelectionOrder= true \Connections\Connection5_RSSL\serviceList =…
-
Reutets RFA login
I'm trying to login with my java client to Reutets RFA I'm using ReutersRFA library used: 7.6.0.L1.all.rrg When I'm getting OMMMsg it has the values : MsgType:6 StreamState:1 DataState:2 instead of my expectations to get : MsgType:7 StreamState:1 DataState:1 So I can not login What could be the reason for that ? This is…
-
RFA API Java question on querying chains and getting data back
Using the RFA Java Api or Python API Is there a command that you can run if you provide a chain and it will return all symbols in it with the data based on a filtered list of fids. Example 0#USTSY=TWEB I want to just enter that and somehow also ask for fields I care about say "BID" "MATDATE" "BIDDISC1" The Goal would be…
-
How to know if FID 3754 SCALING is multiplier or divisor?
Hello, we are using RFA 8.2 C++ api for consuming MP domain prices. After looking at FID 3754 SCALING, it is not clear if that field is multiplier or divisor. How to we know it?