The most recent content from our members.
Hello, Client unable to receive TS1 data via via RFA from LPC for CBOE. Error message: " The record could not be found" Realtime data for CBOE is available. For exchanges ADB and DFM and FX it works fine. Can you please advise how to investigate? Example dDIT.BT1m for from debug: <!-- rwfMajorVer="14" rwfMinorVer="1" -->…
There are two problems with the way that RTO is encoding TS1 data in UTF-8 * One character is mapped to a different character in the same range * Several characters are expanded out into two characters and given the way it's done, I'm not sure it's possible to reverse the expansion 100% correctly in all cases I've also…
**See below comment** RTO is returning strange character encodings. If I request something like dIBMd, I'm expecting to get encoded data from ts1 via Elektron. Does anyone know how what I get back in the FIDs ROW64_1 (through 14) is encoded? I have an is this in UCS-2, UTF-16, UTF-8, etc? I already understand how to decode…
I am getting incorrect snap time when query for the intraday summary from TRTH. I am making use of the sample "TRTH_OnDemand_IntradayBars.py" and using the dash framework to prompt for the start_time and end_time input. app = dash.Dash(__name__, external_stylesheets=external_stylesheets) app.layout = html.Div([…
The following RICs, uses for getting market data, don’t allow to get this TS1 data RUGV3MZ=CBRF RUGV6MZ=CBRF RUGV9MZ=CBRF RUGV1YZ=CBRF RUGV2YZ=CBRF RUGV3YZ=CBRF RUGV5YZ=CBRF RUGV7YZ=CBRF RUGV10YZ=CBRF RUGV15YZ=CBRF RUGV20YZ=CBRF RUGV30YZ=CBRF
When we requested TS1 data and decode the date of RIC EUR= using RFA C++ and TS1 decoder using below code. time_t time = sample->getDate(); time_tm = gmtime(&time); sprintf(time_str,”%4ld/%02ld/%02ld",(long int)(1900+time_tm->tm_year),(long int)(time_tm->tm_mon+1),(long int)time_tm->tm_mday); The result is like:…
As far as I know DNDN082484 is postponed but is there any update on the timescale for the removal of the TAS/TS1 support and is there any documentation available for the replacement ?
It looks like you're new here. Sign in or register to get started.