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