Real-Time SDK can receive quote updates of multiple exchanges

Y_Intercept
Y_Intercept Newcomer
edited March 6 in EMA

We use Real-Time SDK to subscribe to Real-Time Direct service like below:

reqMsg.Name("HCWC.A").ServiceName("DIRECT_FEED");

The problem we face is, when we try to receive updates of RIC "HCWC.A", i.e., we want quotes of the shares being traded on "NYSE American", we receive updates from other exchanges where the company HCWC are also being traded.

image.png

Is there any flag that we can tweak to stop the feed handler from receiving updates of the same company being traded on other exchanges?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Y_Intercept

    Thank you for reaching out to us.

    The service name looks incorrect. The service name should be ELEKTRON_DD, or IDN_RDF.

    When the application subscribes to HCWC.A from the real-time feed, the application will receive real-time data published by the exchages or data feed. It doesn't have any flags to stop the feed handler from sending updates based specific conditions.

    You need to contact the content support team directly via MyAccount to verify the real-time data of this RIC or ask for other RICs that meet your requirements.