Hello ,
I am seeking to create a Winform Application with Eikon API, and here is how I am retrieving data :
l_temp = m_adxRtList.get_ListFields(a_itemName, RT_FieldRowView.RT_FRV_ALL, RT_FieldColumnView.RT_FCV_VALUE);
is there any way to retrieve data every 1 second instead of streaming on every update ?
Cheers.