RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Encodes the series from the enumerated types for the enumerated FIDs of RDMFieldDictionary
without fragmenting dictionary.
The default verbosity to encode is DICTIONARY_NORMAL.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public bool EncodeRDMEnumDictionary( Series series ) |
Visual Basic |
---|
Public Function EncodeRDMEnumDictionary ( _ series As Series _ ) As Boolean |
Visual C++ |
---|
public: bool EncodeRDMEnumDictionary( Series^ series ) |
F# |
---|
member EncodeRDMEnumDictionary : series:Series -> bool |
Parameters
- series
- Type: ThomsonReuters.RFA.Data..::..Series
The series to be encoded with RDM Enum Dictionary data.
Return Value
True - If the dictionary is encoded completely. False - If dictionary is encoded partially. This happens:- -When the user asks for fragmentation and the data is not completely encoded.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The series cannot be encoded. |