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 ) |
Visual Basic |
---|
Public Sub Start ( _ data As Data, _ iteratorMask As Byte _ ) |
Visual C++ |
---|
public: void Start( Data^ data, unsigned char iteratorMask ) |
F# |
---|
member Start : data:Data * iteratorMask:byte -> 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.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |