RFA .NET Encodes the series from the fields of the RDMFieldDictionary
by specifying verbosity to encode without fragmenting dictionary.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public bool EncodeRDMFieldDictionary(
Series series,
uint verbosity
) |
Visual Basic |
---|
Public Function EncodeRDMFieldDictionary ( _
series As Series, _
verbosity As UInteger _
) As Boolean |
Visual C++ |
---|
public:
bool EncodeRDMFieldDictionary(
Series^ series,
unsigned int verbosity
) |
F# |
---|
member EncodeRDMFieldDictionary :
series:Series *
verbosity:uint32 -> bool
|
Parameters
- series
- Type: ThomsonReuters.RFA.Data..::..Series
The series to be encoded with RDMFieldDictionary data.
- verbosity
- Type: System..::..UInt32
The desired verbosity to encode. Only DICTIONARY_INFO and DICTIONARY_NORMAL
are supported. If a value other than ‘DICTIONARY_INFO’ Or ‘DICTIONARY_NORMAL’ is passed,
the value will be treated as ‘DICTIONARY_NORMAL’
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
See Also