If I capture data to file, using rsslIoctl (channel, RSSL_TRACE,...), the file contains entries like:
<fieldEntry fieldId="16" data="1309 07E3"/>
I'm looking for a tool to convert this into something more human readable, i.e more like:
<fieldEntry fid="TRADE_DATE" data="...">. It would be really great if the data could be translated to the appropriate format depending on the data type specified for the FID.