-
different dates for one RIC?
ECSSH1 (RawLegacyMarketDepth) Please comment 1. Why are there so many different messages on ECSSH1? 2. What is "Start date"? 3. Why is "Start date" the same as "Expiration Date"? 03/14/2011 4. Why is there no date for "Start dat" on the first line? 5. Why "Change date 03/18/2011" but "Expiration Date 03/14/2011"? 6. What…
-
download active RIC
RIC: 1UROH1m (RawLegacyMarketDepth) Downloading active, current day. Why does the story break off and 6 hours are missing? How to make the current day have the maximum history?
-
parallel download RIC
Can I download RIC in parallel in different threads from one account? There is a possibility? For example, RIC: is it possible for ESH1 to download 30 threads in parallel, so that each thread downloads for 1 day?
-
download ETH Expiry Date
RIC: ECSSZ0 (Raw Legacy Market Depth) help me How to download choose only day " "ETH Expiry Date"? code: using System; using System.Linq; using System.Diagnostics; using System.IO; using ThomsonReuters.Dss.Api.StandardExtractions; using ThomsonReuters.Dss.Api; using ThomsonReuters.Dss.Api.Content; using…
-
How to split the history for the RIC in the FXD5H consolidated file?
How to split the history for the RIC <THB=D5> in the FXD5H consolidated file? My client needs it from 01 Jan 2019 to till date. File size is more than 24 GB compressed and they are not able segregate it.
-
speed download
RIC: ESH1m (Raw Legacy Market Depth) QueryStartDate = new DateTimeOffset(2021, 03, 02, 00, 0, 0, TimeSpan.Zero),//startDate, QueryEndDate = new DateTimeOffset(2021, 03, 03, 00, 0, 0, TimeSpan.Zero),//lastDate, downloads 30 minutes for 1 day. How can you increase the speed of downloading files? Please look at the code.…
-
downloads only 8 minutes instead of 1 hour
RIC: ESH1m (Raw Legacy Market Depth) time QueryStartDate = new DateTimeOffset(2021, 03, 05, 03, 0, 0, TimeSpan.Zero),//startDate, QueryEndDate = new DateTimeOffset(2021, 03, 05, 04, 0, 0, TimeSpan.Zero),//lastDate, Only downloads for 8 minutes !!! Why? code: using System; using System.Linq; using System.Diagnostics; using…
-
errors when I try to request an Auth Token:Tunneling socket can not be established, status code 407
errors when I try to request an Auth Token:Tunneling socket can not be established, status code 407 I went ahead and removed all of the headers from my request except for Content-Type : application/json. Unfortunately, I am still getting the same errors when I try to request an Auth Token: The following screenshot…
-
futures expiry date in TRTH python
Hi there, I have 2 questions please: 1 I am trying to retrieve the expiry date of a specify contract through the TRTH Python API. I use "Expiration Date" as the file in ContentFieldNames section of the json file. It works for some products but does not for others. For example, when trying to retrieve the expiry date of…
-
problem with downloading RIC
I'm trying to get RIC:1UROH1m (Raw Legacy Market Depth, (MP) domain) with the code This RIC is available through DataScope, but cannot be obtained through the code. What could be the problem? code: using System; using System.Linq; using System.Diagnostics; using System.IO; using ThomsonReuters.Dss.Api.StandardExtractions;…