Hi,
I am subscribing to data via EMA Java API. Basically, I subscribe to 3 fields. BID, ASK, LAST (TRDPRC_1). The issue am having is that I don't get data for TRDPRC_1 and also, I get data for both BID and ASK even if there are no updates.
I would like to only get data when there are updates. Does this mean that I have to ignore processing
messages in method "onRefreshMsg" and only process "onUpdateMsg"?
Also, why am I not getting data for TRDPRC_1?
Regards,