OmmState represents State information in Omm. More...
Accessors | |
class | Decoder |
class | StaticDecoder |
class | RefreshMsgDecoder |
class | StatusMsgDecoder |
class | refinitiv::ema::domain::login::LoginStatusImpl |
class | refinitiv::ema::domain::login::LoginRefreshImpl |
class | refinitiv::ema::domain::login::LoginReqImpl |
const EmaString & | getStreamStateAsString () const |
More... | |
const EmaString & | getDataStateAsString () const |
More... | |
const EmaString & | getStatusCodeAsString () const |
More... | |
DataType::DataTypeEnum | getDataType () const |
More... | |
Data::DataCode | getCode () const |
More... | |
const EmaBuffer & | getAsHex () const |
More... | |
const EmaString & | toString () const |
More... | |
StreamState | getStreamState () const |
More... | |
DataState | getDataState () const |
More... | |
UInt8 | getStatusCode () const |
More... | |
const EmaString & | getStatusText () const |
More... | |
Additional Inherited Members | |
![]() | |
const EmaString & | getCodeAsString () const |
More... | |
operator const char * () const | |
More... | |
virtual | ~Data () |
More... | |
![]() | |
Data () | |
OmmState is used to represent state of item, item group and service. OmmState encapsulates stream state, data state, status code and status text information.
Definition at line 50 of file OmmState.h.
An enumeration representing item data state.
Definition at line 80 of file OmmState.h.
#enum StatusCode An enumeration representing status code.
Definition at line 92 of file OmmState.h.
An enumeration representing item stream state.
Definition at line 57 of file OmmState.h.
|
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.
DataState refinitiv::ema::access::OmmState::getDataState | ( | ) | const |
Returns DataState.
const EmaString& refinitiv::ema::access::OmmState::getDataStateAsString | ( | ) | const |
Returns the DataState value as a string format.
|
virtual |
Returns the DataType, which is the type of Omm data. Results in this class type.
Implements refinitiv::ema::access::Data.
UInt8 refinitiv::ema::access::OmmState::getStatusCode | ( | ) | const |
Returns StatusCode.
const EmaString& refinitiv::ema::access::OmmState::getStatusCodeAsString | ( | ) | const |
Returns the StatusCode value as a string format.
const EmaString& refinitiv::ema::access::OmmState::getStatusText | ( | ) | const |
Returns StatusText.
StreamState refinitiv::ema::access::OmmState::getStreamState | ( | ) | const |
Returns StreamState.
const EmaString& refinitiv::ema::access::OmmState::getStreamStateAsString | ( | ) | const |
Returns the StreamState value as a string format.
|
virtual |
Returns a string representation of the class instance.
Implements refinitiv::ema::access::Data.
![]() |
![]() |
|