I need to use get_data to get the PGA2298 content.

PGA2298 is an object of Quote. I need to use Eikon API get_data to get the PGA2298 content. But get_data can only be used like:

ek.get_data(['PGA2298'],['TRDPRC_1', 'BID', 'ASK', 'ACTIV_DATE', 'TIMACT'] )

So my question is how can I get the content of PGA2298 . Is there a special Field for the content ?

Thanks

Best Answer