RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Decodes the series and populates the RDMFieldDictionary.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void DecodeRDMFieldDictionary( Series series ) |
Visual Basic |
---|
Public Sub DecodeRDMFieldDictionary ( _ series As Series _ ) |
Visual C++ |
---|
public: void DecodeRDMFieldDictionary( Series^ series ) |
F# |
---|
member DecodeRDMFieldDictionary : series:Series -> unit |
Parameters
- series
- Type: ThomsonReuters.RFA.Data..::..Series
The series containing the RDMFieldDictionary data to be decoded.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The series cannot be decoded. |