I am using the BatchView to get only few fields of interest for Quotes/Trades. I followed the example as mentioned in this code sample. However, I see that the updates contain fields apart from the fields that I registered in my batchview. When such a behavior will be observed? I am interested only in few fields not all.
val batchView = createElementList()
batchView.add(createElementEntry().array(EmaRdm.ENAME_BATCH_ITEM_LIST, symbolList))
batchView.add(createElementEntry().uintValue(EmaRdm.ENAME_VIEW_TYPE, 1))
batchView.add(createElementEntry().array(EmaRdm.ENAME_VIEW_DATA, fieldIds))
batchView