OmmInt represents Int64 value in Omm.
More...
void decodeData(
const Data& rcvdData )
{
switch ( rcvdData.getDataType() )
{
Int64 value =
static_cast< const OmmInt&
>( rcvdData ).
getInt();
break;
}
}
long long Int64
represents 64-bit signed integer
- See also
- Data, EmaString, EmaBuffer
Definition at line 50 of file OmmInt.h.
◆ getAsHex()
const EmaBuffer& refinitiv::ema::access::OmmInt::getAsHex |
( |
| ) |
const |
|
virtual |
Returns a buffer that in turn provides an alphanumeric null-terminated hexadecimal string representation.
- Returns
- EmaBuffer with the object hex information
Implements refinitiv::ema::access::Data.
◆ getCode()
◆ getDataType()
◆ getInt()
Int64 refinitiv::ema::access::OmmInt::getInt |
( |
| ) |
const |
Returns Int64.
- Returns
- value of Int64
◆ toString()
const EmaString& refinitiv::ema::access::OmmInt::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.