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.
I have this piece of code( see below ), I am not sure it provides the right way of filtering ask and bid price events. please advise: MarketDataItemEvent.MarketDataMessageType msgType = event.getMarke…
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
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
We have an older API we use for pushing prices to Reuters using the old MarketLink infrastructure and are moving to the ContributionChannel infrastructure. We use the rfanet8.2.1.L2 library When testi…
Hi, I use below logic to parse exchange time SALTIM_MS / QUOTIM_MS: var time_ms = java.lang.Long.parseLong(str) val nsec: Long = (time_ms % 1000)*1000000 val seconds: Long = time_ms / 1000 % 60 val mi…
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 bec…
HI, for data type "OMMTypes.RMTES_STRING", I use below code to get the string to display it: OMMDataBuffer buffer = (OMMDataBuffer)entryData String dataDisplay = new String(buffer.getBytes, new RmtesC…
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: "Waitin…