OmmUInt represents UInt64 value in Omm.
More...
void decodeData(
const Data& rcvdData )
{
switch ( rcvdData.getDataType() )
{
UInt64 value =
static_cast< const OmmUInt&
>( rcvdData ).
getUInt();
break;
}
}
unsigned long long UInt64
represents 64-bit unsigned integer
- See also
- Data, EmaString, EmaBuffer
Definition at line 50 of file OmmUInt.h.
◆ getAsHex()
const EmaBuffer& refinitiv::ema::access::OmmUInt::getAsHex |
( |
| ) |
const |
|
virtual |
Returns a buffer that in turn provides an alphanumeric null-terminated hexadecimal string representation.
- Returns
- EmaBuffer with the message hex information
Implements refinitiv::ema::access::Data.
◆ getCode()
◆ getDataType()
◆ getUInt()
UInt64 refinitiv::ema::access::OmmUInt::getUInt |
( |
| ) |
const |
Returns UInt64.
- Returns
- value of UInt64
◆ toString()
const EmaString& refinitiv::ema::access::OmmUInt::toString |
( |
| ) |
const |
|
virtual |
Returns a string representation of the class instance.
- Returns
- string representation of the class instance (e.g., "1234" )
Implements refinitiv::ema::access::Data.