Attrib conveys message attribute information. More...
Public Member Functions | |
Accessors | |
DataType::DataTypeEnum | getDataType () const |
More... | |
const ComplexType & | getData () const |
More... | |
const ReqMsg & | getReqMsg () const |
More... | |
const RefreshMsg & | getRefreshMsg () const |
More... | |
const UpdateMsg & | getUpdateMsg () const |
More... | |
const StatusMsg & | getStatusMsg () const |
More... | |
const PostMsg & | getPostMsg () const |
More... | |
const AckMsg & | getAckMsg () const |
More... | |
const GenericMsg & | getGenericMsg () const |
More... | |
const FieldList & | getFieldList () const |
More... | |
const ElementList & | getElementList () const |
More... | |
const Map & | getMap () const |
More... | |
const Vector & | getVector () const |
More... | |
const Series & | getSeries () const |
More... | |
const FilterList & | getFilterList () const |
More... | |
const OmmOpaque & | getOpaque () const |
More... | |
const OmmXml & | getXml () const |
More... | |
const OmmAnsiPage & | getAnsiPage () const |
More... | |
const OmmError & | getError () const |
More... | |
Destructor | |
class | Msg |
virtual | ~Attrib () |
More... | |
Attrib is used to provide item identification information. This information is provided as an addition to the item name, service, quality of service and domain type. Attrib contains objects of complex type.
The following code snippet shows extracting of Attrib and its content while processing RefreshMsg.
|
virtual |
Destructor.
const AckMsg& refinitiv::ema::access::Attrib::getAckMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not AckMsg |
const OmmAnsiPage& refinitiv::ema::access::Attrib::getAnsiPage | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not OmmAnsiPage |
const ComplexType& refinitiv::ema::access::Attrib::getData | ( | ) | const |
Returns the complex type based on the DataType.
DataType::DataTypeEnum refinitiv::ema::access::Attrib::getDataType | ( | ) | const |
Returns the DataType of the contained data.
const ElementList& refinitiv::ema::access::Attrib::getElementList | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not ElementList |
const OmmError& refinitiv::ema::access::Attrib::getError | ( | ) | const |
Returns Error.
OmmInvalidUsageException | if contained object is not OmmError |
const FieldList& refinitiv::ema::access::Attrib::getFieldList | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not FieldList |
const FilterList& refinitiv::ema::access::Attrib::getFilterList | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not FilterList |
const GenericMsg& refinitiv::ema::access::Attrib::getGenericMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not GenericMsg |
const Map& refinitiv::ema::access::Attrib::getMap | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not Map |
const OmmOpaque& refinitiv::ema::access::Attrib::getOpaque | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not OmmOpaque |
const PostMsg& refinitiv::ema::access::Attrib::getPostMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not PostMsg |
const RefreshMsg& refinitiv::ema::access::Attrib::getRefreshMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not RefreshMsg |
const ReqMsg& refinitiv::ema::access::Attrib::getReqMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not ReqMsg |
const Series& refinitiv::ema::access::Attrib::getSeries | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not Series |
const StatusMsg& refinitiv::ema::access::Attrib::getStatusMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not StatusMsg |
const UpdateMsg& refinitiv::ema::access::Attrib::getUpdateMsg | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not UpdateMsg |
const Vector& refinitiv::ema::access::Attrib::getVector | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not Vector |
const OmmXml& refinitiv::ema::access::Attrib::getXml | ( | ) | const |
Returns the current OMM data represented as a specific complex type.
OmmInvalidUsageException | if contained object is not OmmXml |
![]() |
![]() |
|