Public Member Functions | |
Accessors | |
const refinitiv::ema::access::EmaString & | getAcronym () const |
More... | |
const refinitiv::ema::access::EmaString & | getDDEAcronym () const |
More... | |
refinitiv::ema::access::Int16 | getFid () const |
More... | |
refinitiv::ema::access::Int16 | getRippleToField () const |
More... | |
refinitiv::ema::access::Int8 | getFieldType () const |
More... | |
refinitiv::ema::access::UInt16 | getLength () const |
More... | |
refinitiv::ema::access::UInt8 | getRwfType () const |
More... | |
refinitiv::ema::access::UInt8 | getEnumLength () const |
More... | |
refinitiv::ema::access::UInt32 | getRwfLength () const |
More... | |
Operations | |
bool | hasEnumType (refinitiv::ema::access::UInt16 value) const |
More... | |
const EnumType & | getEnumType (refinitiv::ema::access::UInt16 value) const |
More... | |
bool | hasEnumTypeTable () const |
More... | |
const EnumTypeTable & | getEnumTypeTable () const |
More... | |
const refinitiv::ema::access::EmaString & | toString () const |
More... | |
operator const char * () const | |
More... | |
Constructor | |
DictionaryEntry () | |
More... | |
Destructor | |
class | DictionaryEntryImpl |
class | DataDictionaryImpl |
template<class T > | |
class | refinitiv::ema::access::EmaVector |
virtual | ~DictionaryEntry () |
More... | |
Definition at line 33 of file DictionaryEntry.h.
refinitiv::ema::rdm::DictionaryEntry::DictionaryEntry | ( | ) |
default constructor.
|
virtual |
destructor.
const refinitiv::ema::access::EmaString& refinitiv::ema::rdm::DictionaryEntry::getAcronym | ( | ) | const |
Acronym.
const refinitiv::ema::access::EmaString& refinitiv::ema::rdm::DictionaryEntry::getDDEAcronym | ( | ) | const |
DDE Acronym.
refinitiv::ema::access::UInt8 refinitiv::ema::rdm::DictionaryEntry::getEnumLength | ( | ) | const |
Marketfeed enum length.
const EnumType& refinitiv::ema::rdm::DictionaryEntry::getEnumType | ( | refinitiv::ema::access::UInt16 | value | ) | const |
Returns the corresponding enumerated type in the dictionary entry's table, if the type exists.
value | the value of the enumerated type to get |
OmmInvalidUsageException | if the entry does not exist. |
const EnumTypeTable& refinitiv::ema::rdm::DictionaryEntry::getEnumTypeTable | ( | ) | const |
Returns the list of EnumTypeTable that is used by this DictionaryEntry, if the type exists.
OmmInvalidUsageException | if the entry does not exist. |
refinitiv::ema::access::Int16 refinitiv::ema::rdm::DictionaryEntry::getFid | ( | ) | const |
The fieldId the entry corresponds to.
refinitiv::ema::access::Int8 refinitiv::ema::rdm::DictionaryEntry::getFieldType | ( | ) | const |
Marketfeed Field Type.
refinitiv::ema::access::UInt16 refinitiv::ema::rdm::DictionaryEntry::getLength | ( | ) | const |
Marketfeed length.
refinitiv::ema::access::Int16 refinitiv::ema::rdm::DictionaryEntry::getRippleToField | ( | ) | const |
The field to ripple data to.
refinitiv::ema::access::UInt32 refinitiv::ema::rdm::DictionaryEntry::getRwfLength | ( | ) | const |
RWF Length.
refinitiv::ema::access::UInt8 refinitiv::ema::rdm::DictionaryEntry::getRwfType | ( | ) | const |
RWF type.
bool refinitiv::ema::rdm::DictionaryEntry::hasEnumType | ( | refinitiv::ema::access::UInt16 | value | ) | const |
Check whether the EnumType exists
[in] | value | the value of the enumerated type to check |
bool refinitiv::ema::rdm::DictionaryEntry::hasEnumTypeTable | ( | ) | const |
Check whether the EnumTypeTable exists
refinitiv::ema::rdm::DictionaryEntry::operator const char * | ( | ) | const |
Operator const char* overload.
OmmMemoryExhaustionException | if app runs out of memory |
const refinitiv::ema::access::EmaString& refinitiv::ema::rdm::DictionaryEntry::toString | ( | ) | const |
Returns a string representation of the class instance.
OmmMemoryExhaustionException | if app runs out of memory |
![]() |
![]() |
|