Here is my code to decode EMA fid 3754
switch(fe.getFieldId())
{
case 3754:
fxsnapshot.Enlarge = atof(fe.getRmtes().toString());
......
......
}
the cout of RefreshMsg is
FieldEntry fid="3754" name="SCALING" dataType="Rmtes" value="1"
As I decode it as string,I can not get the right value.
May someone tell how to decode the Rmtes dataType,thanks.