Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Elektron /
  • EMA /
avatar image
Question by mizanur.kazi · Dec 02 at 10:14 PM · ema

How to identify OPNE, CLOSE, AUCTION price for Trade?

How to identify OPEN, CLOSE and AUCTION price while processing trade message?

We are missing OPEN, CLOSE, AUCTION price for many securities. Not able to find consistent condition code across all exchanges to derive this. If someone can guide us or provide some insight, would be great help.

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
zoya.farberov ♦♦ · Dec 10 at 09:29 PM 0
Share

Hello @mizanur.kazi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

-AHS

1 Reply

  • Sort: 
avatar image
REFINITIV
Answer by Pimchaya.Wongrukun · Dec 03 at 02:36 AM

Hello @mizanur.kazi

Return fields can vary depending on the exchange / instrument(security). EMA just passes data as it receives to the application. It is possible that when you run EMA application, the fields are not generated or the securities do not have these fields. I would suggest you reach out to the Refinitiv Helpdesk as they have data specialists who can provide the proper answers for this.

One possible way to identify fields while processing trade message is using field id. You can find out field id (FID ID) of each field from <ElektronSDK Package>\Java\etc\RDMFieldDictionary . For example:

//fieldList is from refreshMsg.payload().fieldList() 
//or updateMsg.payload().fieldList()
             for (FieldEntry fieldEntry : fieldList)
             {
                    if (fieldEntry.fieldId()==FIDID_CLOSE)
                    {
                           //process fields close
                    }
                    else if(fieldEntry.fieldId()==FIDID_OPEN) 
                    {
                           //process fields open
                           
                    }
                    else if(fieldEntry.fieldId()==FIDID_AUCTN) 
                    {
                           //process fields AUCTION
                    }
                ….
             }

Hope this help.

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

Related Questions

EMA Java Api: NullPointerException in ItemCallbackClient:processStatusMsg 7 Answers

EMA Webinar Nov 2: Does EMA provide a replacement for TS1 for historical data? 1 Answer

Not able to access link in EMA website 3 Answers

Not getting data while using user_dispatch mode in EMA? 3 Answers

Error: Login Stream closed with msg : Text: Received ChannelUp event on channel Channel_1 Instance Name Consumer_1_1 Component Version upa7.6.0.L1.win.rrg 64-bit Static 2 Answers

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Elektron Data Platform
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • 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
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges