Issue while using dynamic view with acronym

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.

Best Answer

  • Hello @TD_BNP

    ADS does not support any view request with the fields' name/acronym that's why the application gets all fields instead of the specified fields in the request. ADS supports only field ids in a view request. For more details about dynamic view, please refer to

    How to request particular fields of an item (RIC) via RFA API article. Even the subject specifies RFA API, general techniques in the article can be applied to any real-time streaming APIs including EMA.