-
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?
-
Multiple refresh messages
Hi, I am incorporating requesting refresh message in my application. On doing so in some particular cases, I am getting multiple refresh message for same requested item. Is multiple request messages are not wanted or harmful some way??
-
RFA 8.2.3 and LPC 1.4.0
When using the subjected to get real-time rate feed to my treasury application, I'm getting the error below.. Kindly assist: <lpc.snkRsslServer.14002: Debug: Wed Mar 12 19:29:59.559573 2025> RSSL disconnect from host "" at address on channel 17. Reason: rsslInitChannel() failed with code -1. Text:…
-
document RFA 8.0.1.E1required
Where can I find document and example code for RFA 8.0.1.E1? I am not able to find in site navigation.
-
Warm standby
Hi, I am exploring warm standby for my application. There will be two servers active server and standby server for a consumer as per developers guide. But what is for the trep ads server, will a single server can act as standby server for one ommconsumer and act as active server for a different ommconsumer. Basically, do I…
-
RFA Consumer ads connection hop
I have a rfa ommconsumer which is connecting to two services. One of service is goes down but this service is available at other ads so how to hop to other ads in this case. Consumer was consuming multiple symbols data. what should be sequence of event I need to follow. Is there simple example available for this.
-
RFA c++ item recovery
I have provider and consumer application of RFA rssl C++. Consumer application starts first and provider application starts later. when consumer application request item at that time only few items were ready and for other item I get error status. How should I retrieve the provider items when they get ready at later point…