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 =…
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…
We have multiple RTC Access's connecting to multiple ADS to pull data, sometimes we get "No connection or service is currently up that supports this request" when pulling data using the RFA OMM Viewer. Users have also reported issues in Workspace. We then have to restart the RTC Access for it to work
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…
We are looking to host several thousands of our in house records in TREP for better performance. I was looking at the chains setup for the master list and looks like we can only have links to 14 records( whether we use Template #85 with 17 chars OR template #32766 with 32 chars. ) The chains follow a linked list structure.…
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?
It looks like you're new here. Sign in or register to get started.