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.getMarketDataMsgType(); if (msgType == MarketDataItemEvent.IMAGE || msgType == MarketDataItemEvent.UNSOLICITED_IMAGE || msgType ==…
Can RFA library Version RFA 8.2.3 and dacs Version dacs7.8.0.F1 be used with RHEL9 (gcc version 13.3.1)?
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 testing the new infrastructure we are getting the error PostMsg has not have container type of RSSL_DT_MSG Using the trace…
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 minutes: Long = time_ms / 60000 % 60 val hours: Long = time_ms / 3600000 % 24 time = LocalTime.of(hours.intValue(),…
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.
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 RmtesCharsetProvider().charsetForName("RMTES")) Most of the time it work but I can also get…
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 =…
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 =…
It looks like you're new here. Sign in or register to get started.