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 Chon · Feb 06, 2018 at 10:31 AM · eikonrefinitiv-realtimeeikon-com-apiequitiescallback

Eikon: Missing millisecond in Real Time Tick Data with view TRDPRC_1

After requesting real time data for RIC HSIc1 / Tick / TRDPRC_1

  • the callbacks timestamp contains milliseconds.
  • the update callbacks timestamp does not contains milliseconds. I mean all the timestamp has got millisecond 0.

Similar request for RIC:HSIc1 / Tick / BID

  • both the callback and update callback timestamp have milliseconds.

Any solution?

People who like this

0 Show 1
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.

avatar image
REFINITIV
nick.zincone ♦♦ · Feb 06, 2018 at 11:22 AM 0
Share

Hi @Chon,

Can you include a code snippet and output to demonstrate your issue?

7 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Alex Putkov.1 · Mar 20, 2018 at 10:31 AM

@Chon
Please be informed that the issue you reported has now been fixed and the fix has been deployed in production. I can no longer reproduce milliseconds missing from the real-time data stream for trades.

Comment

People who like this

0 Show 0 · 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
Answer by Chon · Feb 07, 2018 at 05:25 AM

Hi @nick.zincone.1,

The code is attached timeseries.txt.


t.jpg (155.2 KiB)
timeseries.txt (2.1 KiB)
Comment

People who like this

0 Show 0 · 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
Answer by Chon · Feb 07, 2018 at 05:27 AM

Hi @nick.zincone.1

For "BID", everything is working fine.

Regards.


b.jpg (74.6 KiB)
Comment

People who like this

0 Show 0 · 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
REFINITIV
Answer by Jirapongse · Feb 08, 2018 at 03:54 AM

From the output, you are using ITimeSeriesDataService.SetupDataSubscription in Eikon COM. This interface initiates a Time Series data subscription with Realtime continuation.

The snippet code is:

tsRequest = timeSeries.SetupDataSubscription("HSIc1").From(DateTime.Now.AddHours(-8)).WithView("BID").WithInterval(CommonInterval.Tick).OnDataReceived(OnDataReceived).OnDataUpdated(OnDataUpdated).OnStatusUpdated(OnTSStatus).CreateAndStart();

When using "BID" view, the timestamp field for the UpdateType.NewPoint type fired in OnDataUpdated contains millisecond (8:9:0:704).

#### New Point
VALUE 30378
VOLUME 3
TIMESTAMP 2/8/2018 8:09:00 AM
TimeStamp:>>8:9:0:704
COUNT 1

However, if using the "TRDPRC_1" view, the timestamp field of the new point doesn't have millisecond value (8:17:59:0).

#### New Point
VALUE 30430
VOLUME 1
TIMESTAMP 2/8/2018 8:17:00 AM
TimeStamp:>>8:17:0:0
COUNT 1
#### New Point
VALUE 30437
VOLUME 1
TIMESTAMP 2/8/2018 8:17:59 AM
TimeStamp:>>8:17:59:0
COUNT 1
#### New Point
VALUE 30435
VOLUME 1
TIMESTAMP 2/8/2018 8:18:58 AM
TimeStamp:>>8:18:58:0
COUNT 1

Please confirm if it is the same problem mentioned in this question. After that, I will contact the support team to verify this problem.

Comment

People who like this

0 Show 0 · 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
Answer by Chon · Feb 08, 2018 at 06:59 AM

Hi @jirapongse.phuriphanvichai

Yes. This is the same problem. Thanks!

Comment

People who like this

0 Show 0 · 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
REFINITIV
Answer by Alex Putkov.1 · Feb 08, 2018 at 04:41 PM

The easiest way to reproduce the issue is using Time & Sales app in Eikon, which utilizes the same underlying API. Open new Time & Sales app and type in HSIc1 or EDc1, or VOD.L, or LHAG.F. Observe that timeseries backfilled to current moment have timestamp including milliseconds. However new trade updates that populate into the app have timestamp in seconds. Curiously the issue is reproduced with some RICs, but not others. E.g. AAPL.O, LHAG.DE or PEUP.PA display timestamp in milliseconds for every new trade update.
@Chon, I raised service request with Thomson Reuters support on your behalf. You may be contacted by TR Helpdesk.

Comment

People who like this

0 Show 0 · 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
Answer by Chon · Apr 05, 2018 at 11:58 AM

@Alex Putkov.

Yes, the problem has been resolved. Thank you so much, Alex!

Comment

People who like this

0 Show 0 · 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.

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 >
10 People are following this question.

Related Questions

How to get real time data for a few currencies with AdxRtList simultaneously?

.net realtime example

Listed companies at deutsche börse incl headquarter

RDATA batch request with individual Sdate parameters

How can I run Rhistory in a loop?

  • 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