RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets position to the beginning of the Series.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Start( Series series ) |
Visual Basic |
---|
Public Sub Start ( _ series As Series _ ) |
Visual C++ |
---|
public: void Start( Series^ series ) |
F# |
---|
member Start : series:Series -> unit |
Parameters
- series
- Type: ThomsonReuters.RFA.Data..::..Series
The Series ready to be decoded.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The entry at this position is blank or with Invalid/Incomplete data. |