TREP interface

hdoll
hdoll Newcomer
edited August 15 in TREP APIs

Hi,

our team has the task to write a C++ application that streams FX market data to a TREP system.

We have downloaded all EMA guides and installed RTSDK, but there seems to be no reference to TREP. Are there any interface specifications or guides that could help us with our development? Is there a test system (UAT) we could connect to?

Thank you,

Helmut

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    edited August 15

    @hdoll

    Thank you for reaching out to us.

    It appears that you currently do not have access to an RTDS or TREP environment.

    Would you like to subscribe to items from RTDS or publish items to RTDS?

    You can run the 100_MP_Streaming Consumer example to connect to the 100_MP_Streaming IProvider example.

    You may need to contact your LSEG account representative or sales team directly to request access to an RTDS environment.

  • hdoll
    hdoll Newcomer

    Hello Jirapongse,

    thank you for the quick answer.

    We have run several examples in the RTSDK, and have managed to connect consumer and provider.

    We want to publish market data to TREP (is RTDS the same as TREP?). But we do not even know whether TREP expects an interactive or non-interactive provider, much less how the concrete message flow should look like. We need more specific reference guides here.

    Where can we request access to an RTDS environment?

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    Real-Time Distribution System (RTDS) is a new name for TREP.

    RTDS supports both interactive or non-interactive providers.

    For more information, you can refer to the API_ConceptsGuide.pdf document.

    You can request access by requesting free trial or contact your local LSEG representative.

    RTDS are server applications, so they need to be installed in your environments

  • Hello @hdoll

    You can follow the RTSDK C++ https://developers.lseg.com/en/api-catalog/real-time-opnsrc/rt-sdk-cc/quick-start page on the deployed RTDS section for more detail.

    To publish data to RTDS, it can be either interactive or non-interactive or even contribution (by consumer).