9#ifndef __refinitiv_ema_access_FilterEntry_h
10#define __refinitiv_ema_access_FilterEntry_h
86class FilterListDecoder;
256 FilterListDecoder* _pDecoder;
*|--------------------------------------------------------------------------—
unsigned char UInt8
represents 8-bit unsigned integer
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
The ema namespace contains all interfaces and definitions specified for use with EMA.
AckMsg indicates success or failure of PostMsg.
Data class is a parent abstract class defining common interfaces for all Data type classes.
ElementList is a heterogeneous container of complex and primitive data type entries.
EmaBuffer represents a general use binary buffer.
EmaString class is a container of a null terminated Ascii character string.
FieldList is a heterogeneous container of complex and primitive data type entries.
FilterEntry represents an entry of FilterList.
const OmmOpaque & getOpaque() const
const Data & getLoad() const
const GenericMsg & getGenericMsg() const
const ReqMsg & getReqMsg() const
const UpdateMsg & getUpdateMsg() const
const RefreshMsg & getRefreshMsg() const
DataType::DataTypeEnum getLoadType() const
const OmmXml & getXml() const
const StatusMsg & getStatusMsg() const
const FilterList & getFilterList() const
FilterAction getAction() const
const ElementList & getElementList() const
const FieldList & getFieldList() const
const Map & getMap() const
const AckMsg & getAckMsg() const
UInt8 getFilterId() const
const OmmAnsiPage & getAnsiPage() const
bool hasPermissionData() const
const EmaString & getFilterActionAsString() const
const OmmError & getError() const
const PostMsg & getPostMsg() const
const Vector & getVector() const
const Series & getSeries() const
const EmaBuffer & getPermissionData() const
const EmaString & toString() const
FilterList is a heterogeneous container of complex data type entries.
GenericMsg allows applications to bidirectionally send messages without any implied message semantics...
Map is a homogeneous container of complex data type entries.
OmmAnsiPage represents AnsiPage data format in Omm.
OmmError represents received Omm data who fails to process properly.
OmmOpaque represents Opaque data format in Omm.
OmmXml represents XML data format in Omm.
PostMsg allows consumer applications to contribute content.
RefreshMsg conveys item image, state, permission and group information.
ReqMsg allows consumer application to express its interest in an item.
Series is a homogeneous container of complex data type entries.
StatusMsg conveys item state information.
UpdateMsg conveys changes to item data.
Vector is a homogeneous container of complex data type entries.