RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets position to the beginning of the Data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( Data data, byte iteratorMask, DataDef dataDef ) |
Visual Basic |
---|
Public Sub Start ( _ data As Data, _ iteratorMask As Byte, _ dataDef As DataDef _ ) |
Visual C++ |
---|
public: void Start( Data^ data, unsigned char iteratorMask, DataDef^ dataDef ) |
F# |
---|
member Start : data:Data * iteratorMask:byte * dataDef:DataDef -> unit |
Parameters
- data
- Type: ThomsonReuters.RFA.Common..::..Data
The Data ready to be decoded. Data type belongs to DataEnum except DataBuffer.
- iteratorMask
- Type: System..::..Byte
The mask indicating if the Data has DefinedData and StandardData content. If the data type of the Data to be decoded is FieldList or ElementList, it must be set. Otherwise uses default value which is 0.Possible values are defined in IteratorMaskFlag.
- dataDef
- Type: ThomsonReuters.RFA.Common..::..DataDef
The required FieldListDef or ElementListDef when iteratorMaskFlag has DefinedData. Only apply on the Data of FiledList type or ElementList type.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |