Hi all,
From the RFA_DevelopersGuide:
FieldList is a non-uniform container of field identifier-value paired entries known as a fieldEntry. A Field Identifier, also known as a fieldId (or FID), is a signed value refering to a specific name and information type defined by an external field dictionary, such as the RDMFieldDictionary. Values in a FieldList can be a primitive or container type.
that means a FieldList can have a FieldEntry which encodes a container type : Vector, Map, FieldList.
FieldEntry(FieldId, ContainerType)
However, the RDMFieldDictionary supports only
- ALPHANUMERIC - ENUMERATED - BINARY - DATE - TIME_SECONDS - TIME - PRICE - INTEGER
I didn't manage to find out an example from RFA_Example.
Do you know how to encode a container type like Vector in FieldList ?