RMDS - EMA Message Flow

SQ_SIM
SQ_SIM Newcomer
edited April 17 in EMA

Hi,

I am writing in JAVA.

I am trying to get FX prices with forward points or spot reference.

I am wondering how do i subscribe and how does the message schema looks like?

Which field should i put the RIC code in ? name ?

Is there any sample messages other than those in the test cases ?

i have looked through

https://developers.lseg.com/en/api-catalog/real-time-opnsrc/rt-sdk-java/documentation

Can you point me to any documentation?

Thank you

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @SQ_SIM

    Thank you for reaching out to us.

    You should refer to the RDM Usage guide (EMAJ_RDMUsageGuide.pdf).

    The domain model is the Market Price Domain which provides data in the field list format.

    You can refer to the Examples in the package, such as ex100_MP_Streaming.

    The field list data for FOREX RICs, such as JPY= looks like this.

    image.png
  • SQ_SIM
    SQ_SIM Newcomer

    Hi ,

    Thank you. These information are very useful.

    Would it be possible if you have any sample messages on either/and

    OUT_PPRATE "OTRGHT PTS PRATE" 559 NULL ALPHANUMERIC 12 RMTES_STRING 12
    !
    ! Outright Points Premium Rate. In the outright deal the premium above spot at which
    ! the deal was struck (maybe negative) see 560. The field may contain a plus sign.
    !
    SPOT_BASIS "SPOT BASIS RATE" 560 NULL ALPHANUMERIC 17 RMTES_STRING 17
    !
    ! Spot Basis Rate. In an outright deal the spot basis rate used to agree the deal.
    ! Spot Basis + Premium=Dealt rate.
    !

    Based on the RDMFieldDictonary i believe these 2 fields correspond to

    forward points or spot reference.

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @SQ_SIM

    As far as I know, the availability of fields depends on markets and exchanges.

    Please contact the helpdesk team directly via MyAccount regarding the data format of those fields.