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.
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?