SeriesEntry represents an entry of Series.
More...
SeriesEntry associates entry's data and its data type.
decodeSeries(
const Series& series )
{
while ( series.forth() )
{
const SeriesEntry& seriesEntry = series.getEntry();
...
}
}
- See also
- Data, ComplexType ReqMsg, RefreshMsg, UpdateMsg, StatusMsg, GenericMsg, PostMsg, AckMsg, FieldList, ElementList, Map, Vector, Series, FilterList, OmmOpaque, OmmXml, OmmAnsiPage, OmmError
Definition at line 86 of file SeriesEntry.h.
◆ getAckMsg()
const AckMsg& refinitiv::ema::access::SeriesEntry::getAckMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- AckMsg class reference to contained entry's load object
◆ getAnsiPage()
const OmmAnsiPage& refinitiv::ema::access::SeriesEntry::getAnsiPage |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- OmmAnsiPage class reference to contained entry's load object
◆ getElementList()
const ElementList& refinitiv::ema::access::SeriesEntry::getElementList |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- ElementList class reference to contained entry's load object
◆ getError()
const OmmError& refinitiv::ema::access::SeriesEntry::getError |
( |
| ) |
const |
Returns Error.
- Exceptions
-
- Returns
- OmmError class reference to contained entry's load object
◆ getFieldList()
const FieldList& refinitiv::ema::access::SeriesEntry::getFieldList |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- FieldList class reference to contained entry's load object
◆ getFilterList()
const FilterList& refinitiv::ema::access::SeriesEntry::getFilterList |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- FilterList class reference to contained entry's load object
◆ getGenericMsg()
const GenericMsg& refinitiv::ema::access::SeriesEntry::getGenericMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- GenericMsg class reference to contained entry's load object
◆ getLoad()
const Data& refinitiv::ema::access::SeriesEntry::getLoad |
( |
| ) |
const |
Returns the contained Data based on the DataType.
- Returns
- Data class reference to contained entry's load object
◆ getLoadType()
Returns the DataType of the entry's load.
- Returns
- data type of the contained object
◆ getMap()
const Map& refinitiv::ema::access::SeriesEntry::getMap |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- Map class reference to contained entry's load object
◆ getOpaque()
const OmmOpaque& refinitiv::ema::access::SeriesEntry::getOpaque |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- OmmOpaque class reference to contained entry's load object
◆ getPostMsg()
const PostMsg& refinitiv::ema::access::SeriesEntry::getPostMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- PostMsg class reference to contained entry's load object
◆ getRefreshMsg()
const RefreshMsg& refinitiv::ema::access::SeriesEntry::getRefreshMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- RefreshMsg class reference to contained entry's load object
◆ getReqMsg()
const ReqMsg& refinitiv::ema::access::SeriesEntry::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::SeriesEntry::getSeries |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- Series class reference to contained entry's load object
◆ getStatusMsg()
const StatusMsg& refinitiv::ema::access::SeriesEntry::getStatusMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- StatusMsg class reference to contained entry's load object
◆ getUpdateMsg()
const UpdateMsg& refinitiv::ema::access::SeriesEntry::getUpdateMsg |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- UpdateMsg class reference to contained entry's load object
◆ getVector()
const Vector& refinitiv::ema::access::SeriesEntry::getVector |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- Vector class reference to contained entry's load object
◆ getXml()
const OmmXml& refinitiv::ema::access::SeriesEntry::getXml |
( |
| ) |
const |
Returns the current OMM data represented as a specific complex type.
- Exceptions
-
- Returns
- OmmXml class reference to contained entry's load object
◆ toString()
const EmaString& refinitiv::ema::access::SeriesEntry::toString |
( |
| ) |
const |
Returns a string representation of the class instance.
- Returns
- string representation of the class instance