RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets data definitions for defined data about the Series.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public List<DataDef> DataDef { get; set; } |
Visual Basic |
---|
Public Property DataDef As List(Of DataDef) Get Set |
Visual C++ |
---|
public: property List<DataDef^>^ DataDef { List<DataDef^>^ get (); void set (List<DataDef^>^ value); } |
F# |
---|
member DataDef : List<DataDef> with get, set |
Field Value
Data definitions.
Remarks
This interface is designed for SingleReadIterator/SingleWriteIterator
to decode/encode local data definitions into buffer later.