Hello,
I am facing an issue while using dynamic view in a ReqMsg.
When I try to use it with FID (EmaRdm.ENAME_VIEW_TYPE = 1) it works, it returns only the two fields I am requesting.
But when I try to use it with acronym (EmaRdm.ENAME_VIEW_TYPE = 2), for example BID or ASK, it doesn't work: it returns all the existing fields for the product, as if the view in the request were not supported.
Do you have an idea of what is wrong in my application?
For information, I use a very simple Consumer, taken from the example360_MarketPrice_View.
Thanks in advance.