Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Eikon COM /
avatar image
Question by jacowlew · Apr 06, 2017 at 03:31 AM · eikoneikon-data-apieikon-com-api.netsynchronouscallback

How can I use the .NET API in batch(non-callback) query mode?

Hello,

I'm trying to do batch queries to retrieve Time Series data in non-interative non-callback mode.

I have not found any example on how to do this. all documentation and samples are showing callback interactive mode.

Please help me asap.

Thanks.

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Zhenya Kovalyov · Apr 06, 2017 at 06:40 AM

Have a look at the attached, the usage is:

            new BulkDataRequestSetup()
             .WithRics("LCOc1", ".SPX")
             .WithFields("CLOSE", "TIMESTAMP")
             .WithInterval(new Interval(IntervalType.Daily, 1))
             .WithNumberOfPoints(100)
             .OnDataReceived(DataReceivedCallback)
             .OnStatusUpdated(StatusUpdatedCallback)
             .CreateAndSend();

Should solve the 'batch' bit.

bulkdatarequestcs.txt

You can write a wrapper around this that will give you a synchronous result. Are you working on a Console application?


bulkdatarequestcs.txt (9.0 KiB)
Comment

People who like this

0 Show 2 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
jacowlew · Apr 06, 2017 at 08:25 AM 0
Share

Thank you for answer, Zhenya!

But i want something different.

I want to create a service that will work on a computer with reuters eikon app. Then i want to send a soap-request from another computer to this service and receive a synchronous reply.

the call is as follows:

public class ReutersService: IReutersService
{
   public TimeSeriesResponse GetData(TimeSeriesRequest request) 
   {
      if (request == null)
      {
         throw new ArgumentNullException("request");
      }
      return request.GetResult();
   }
}
avatar image
REFINITIV
Alex Putkov.1 ♦♦ jacowlew · Apr 06, 2017 at 10:05 AM 0
Share

Hi @jacowlew,

While it is technically possible to do what you're asking for, this will likely constitute a breach of contract you have with Thomson Reuters. The data usage license you're granted as part of your Eikon subscription does not permit data redistribution to other consumers or systems running remotely. If this is what you need to do, I suggest you reach out to your Thomson Reuters account manager to discuss Thomson Reuters Enterprise products you can contract for that include the license to redistribute the data.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
11 People are following this question.

Related Questions

.NET API - Realtime eligibility

Can not connect to EikonDesktopDataAPI using C# code.

.NET examples for getting basis,contract month and last values

Eikon .Net API accepts 2-3 time series requests and returns data but then hangs without throwing any errors thrown.

Timeseries data request gets no records on specific days

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges