RealTimeStructType.RealTimeFieldInfoCollection Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a RealTimeStructType.RealTimeFieldInfoCollection instance with the list of fields from a RealTimeStructType.
public RealTimeStructType.RealTimeFieldInfoCollection(
string structFieldName,
int slotTypeNumber,
bool isTopLevelStruct,
RealTimeFieldKinds rtFieldKinds
)
public:
RealTimeStructType.RealTimeFieldInfoCollection(
String^ structFieldName,
int slotTypeNumber,
bool isTopLevelStruct,
RealTimeFieldKinds rtFieldKinds
)
Parameters
- structFieldName
- The name of the struct type.
- slotTypeNumber
- The slot of the struct type.
- isTopLevelStruct
- Indicates whether the struct type is the top-level member of a set in the standard set of types.
- rtFieldKinds
- The kind of fields allowed in the collection. The struct's fields that have a different kind will not be added to the collection.