Realtime Optimized and Electron as a service (Eaas)

Dear team

Client is taking both product from us. Can they use the same SDK for both RT optimized and EaaS? SDK Real-Time-SDK-2.0.0.L1.java.zip.

If yes, my second question is that when their EaaS is via leased line, could you please provide sample code where this will be different from using RT optimized?

Thank you

-Xiaorong

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @Xiaorong

    I understand that the EaaS is the RSSL connection, the RTSDK (Java and C++) support both RSSL and RT Optimized connections.

    For the RSSL connection (EaaS) the client can use the example 100 Market Price o (ex100_MP_Streaming) as an example code.

    For the RT Optimized connection, it uses the REST API (for RDP authentication and Service Discovery) and Encrypted RSSL connections. The API automatically handles those connections for the clients. The client can use the example ex450_MP_QueryServiceDiscovery as an example code

    The client can find the EMA Java tutorials at this link.

Answers