When we use RWFFld dictionary request to get fields types, we get list of elements like below.
How to figure out the meaning of the RWFTYPE in the response (8 is REAL, 10 is TIME, 17 is STRING...).
Is there a mean to deduce this mapping solely with websockets requests data ?
{
"Elements":{
"FID":{
"Data":25,
"Type":"Int"
},
"LENGTH":17,
"NAME":"ASK",
"RIPPLETO":{
"Data":26,
"Type":"Int"
},
"RWFLEN":9,
"RWFTYPE":8,
"TYPE":{
"Data":4,
"Type":"Int"
}
}
},