SummaryData is used to convey Omm SummaryData information optionally present on Map, Series and Vector.
More...
SummaryData contains objects of complex type.
The following code snippet shows extracting of SummaryData and its content while getting data from Map.
void decodeMap(
const Map& map )
{
...
const SummaryData& summaryData = map.getSummaryData();
switch ( summaryData.getDataType() )
{
decodeFieldList( summaryData.getFieldList() );
break;
decodeElementList( summaryData.getElementList() );
break;
break;
}
...
}
- See also
- ComplexType ReqMsg, RefreshMsg, UpdateMsg, StatusMsg, GenericMsg, PostMsg, AckMsg, FieldList, ElementList, Map, Vector, Series, FilterList, OmmOpaque, OmmXml, OmmAnsiPage, OmmError
Definition at line 98 of file SummaryData.h.
◆ ~SummaryData()
virtual refinitiv::ema::access::SummaryData::~SummaryData |
( |
| ) |
|
|
virtual |
◆ getAckMsg()
const AckMsg& refinitiv::ema::access::SummaryData::getAckMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- AckMsg class reference to contained object
◆ getAnsiPage()
const OmmAnsiPage& refinitiv::ema::access::SummaryData::getAnsiPage |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- OmmAnsiPage class reference to contained object
◆ getData()
const ComplexType& refinitiv::ema::access::SummaryData::getData |
( |
| ) |
const |
Returns the complex type based on the DataType.
- Returns
- ComplexType class reference to the contained object
◆ getDataType()
Returns the DataType of the contained data.
- Returns
- data type of the contained object
◆ getElementList()
const ElementList& refinitiv::ema::access::SummaryData::getElementList |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- ElementList class reference to contained object
◆ getError()
const OmmError& refinitiv::ema::access::SummaryData::getError |
( |
| ) |
const |
Returns Error.
- Exceptions
-
- Returns
- OmmError class reference to contained object
◆ getFieldList()
const FieldList& refinitiv::ema::access::SummaryData::getFieldList |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- FieldList class reference to contained object
◆ getFilterList()
const FilterList& refinitiv::ema::access::SummaryData::getFilterList |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- FilterList class reference to contained object
◆ getGenericMsg()
const GenericMsg& refinitiv::ema::access::SummaryData::getGenericMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- GenericMsg class reference to contained object
◆ getMap()
const Map& refinitiv::ema::access::SummaryData::getMap |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- Map class reference to contained object
◆ getOpaque()
const OmmOpaque& refinitiv::ema::access::SummaryData::getOpaque |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- OmmOpaque class reference to contained object
◆ getPostMsg()
const PostMsg& refinitiv::ema::access::SummaryData::getPostMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- PostMsg class reference to contained object
◆ getRefreshMsg()
const RefreshMsg& refinitiv::ema::access::SummaryData::getRefreshMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- RefreshMsg class reference to contained object
◆ getReqMsg()
const ReqMsg& refinitiv::ema::access::SummaryData::getReqMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- ReqMsg class reference to contained object
◆ getSeries()
const Series& refinitiv::ema::access::SummaryData::getSeries |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- Series class reference to contained object
◆ getStatusMsg()
const StatusMsg& refinitiv::ema::access::SummaryData::getStatusMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- StatusMsg class reference to contained object
◆ getUpdateMsg()
const UpdateMsg& refinitiv::ema::access::SummaryData::getUpdateMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- UpdateMsg class reference to contained object
◆ getVector()
const Vector& refinitiv::ema::access::SummaryData::getVector |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- Vector class reference to contained object
◆ getXml()
const OmmXml& refinitiv::ema::access::SummaryData::getXml |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- OmmXml class reference to contained object