Public Types | |
enum | Rate { TickByTickEnum = 0 , JustInTimeConflatedEnum = 0xFFFFFF00 } |
enum | Timeliness { RealTimeEnum = 0 , InexactDelayedEnum = 0xFFFFFFFF } |
![]() | |
enum | DataCode { NoCodeEnum = 0 , BlankEnum = 1 } |
Accessors | |
class | Decoder |
class | StaticDecoder |
class | RefreshMsgDecoder |
class | ReqMsgDecoder |
const EmaString & | getRateAsString () const |
More... | |
const EmaString & | getTimelinessAsString () const |
More... | |
DataType::DataTypeEnum | getDataType () const |
More... | |
Data::DataCode | getCode () const |
More... | |
const EmaBuffer & | getAsHex () const |
More... | |
const EmaString & | toString () const |
More... | |
UInt32 | getTimeliness () const |
More... | |
UInt32 | getRate () const |
More... | |
Additional Inherited Members | |
![]() | |
const EmaString & | getCodeAsString () const |
More... | |
operator const char * () const | |
More... | |
virtual | ~Data () |
More... | |
![]() | |
Data () | |
|
virtual |
Returns a buffer that in turn provides an alphanumeric null-terminated hexadecimal string representation.
Implements refinitiv::ema::access::Data.
|
virtual |
Returns the Code, which indicates a special state of a DataType.
Implements refinitiv::ema::access::Data.
|
virtual |
Returns the DataType, which is the type of Omm data. Results in this class type.
Implements refinitiv::ema::access::Data.
UInt32 refinitiv::ema::access::OmmQos::getRate | ( | ) | const |
Returns Rate.
const EmaString& refinitiv::ema::access::OmmQos::getRateAsString | ( | ) | const |
Returns the QosRate value as a string format.
UInt32 refinitiv::ema::access::OmmQos::getTimeliness | ( | ) | const |
Returns Timeliness.
const EmaString& refinitiv::ema::access::OmmQos::getTimelinessAsString | ( | ) | const |
Returns the QosTimeliness value as a string format.
|
virtual |
Returns a string representation of the class instance.
Implements refinitiv::ema::access::Data.
![]() |
![]() |
|