How can I get `time` and globalMsgID from EMA?

I've looked through `RefreshMsg` and `UpdateMsg` of Java SDK, there is no such methods of files to get these.

Have you any thought on this?

Best Answer

  • umer.nalla
    Answer ✓

    Hi @cho.seungjin

    Each instrument you subscribe can carry multiple TIME type fields as applicable - e.g. Trade time, BID Time, Ask Time etc - in seconds, milliseconds or Nanoseconds - depending on the granularity of what the source exchange provides.

    If you look in the RDMFieldDictionary file (which you can find in the Java\Etc subfolder of the ESDK package) you will find a list of fields along with brief descriptions.

    In terms of globalMsgID - I am not familiar with this value. I recommend you create a Content type query with our Content helpdesk who can assist better with Data Content queries.

    You may also find the Refinitiv Data Model Discovery tool useful - you can find help and guides on using this tool here