9#ifndef __refinitiv_ema_access_GenericMsg_h
10#define __refinitiv_ema_access_GenericMsg_h
302 friend class ItemCallbackClient;
306 Decoder& getDecoder();
*|--------------------------------------------------------------------------—
int Int32
represents 32-bit signed integer
unsigned int UInt32
represents 32-bit unsigned integer
unsigned char UInt8
represents 8-bit unsigned integer
unsigned short UInt16
represents 16-bit unsigned integer
unsigned long long UInt64
represents 64-bit unsigned integer
The access namespace contains all interfaces and definitions specified for use with the EMA Access pa...
static const refinitiv::ema::access::UInt8 MMT_MARKET_PRICE
static const refinitiv::ema::access::UInt8 INSTRUMENT_NAME_RIC
The ema namespace contains all interfaces and definitions specified for use with EMA.
ComplexType class is a parent class from whom all complex data types inherit.
EmaBuffer represents a general use binary buffer.
EmaString class is a container of a null terminated Ascii character string.
GenericMsg allows applications to bidirectionally send messages without any implied message semantics...
GenericMsg & id(Int32 id)
GenericMsg & permissionData(const EmaBuffer &permissionData)
const EmaBuffer & getAsHex() const
UInt32 getSecondarySeqNum() const
GenericMsg & providerDriven(bool providerDriven=true)
GenericMsg(const GenericMsg &other)
GenericMsg & complete(bool complete=true)
GenericMsg & extendedHeader(const EmaBuffer &buffer)
Data::DataCode getCode() const
const EmaString & toString() const
GenericMsg & name(const EmaString &name)
GenericMsg & attrib(const ComplexType &data)
GenericMsg & serviceId(UInt32 serviceId)
bool hasSecondarySeqNum() const
GenericMsg & nameType(UInt8 nameType=rdm::INSTRUMENT_NAME_RIC)
DataType::DataTypeEnum getDataType() const
GenericMsg & secondarySeqNum(UInt32 secondarySeqNum)
GenericMsg & filter(UInt32 filter)
const EmaString & toString(const refinitiv::ema::rdm::DataDictionary &dictionary) const
const EmaBuffer & getPermissionData() const
bool hasPermissionData() const
GenericMsg & payload(const ComplexType &data)
UInt16 getPartNum() const
GenericMsg & seqNum(UInt32 seqNum)
GenericMsg & domainType(UInt16 domainType=rdm::MMT_MARKET_PRICE)
GenericMsg & partNum(UInt16 partNum)
GenericMsg & streamId(Int32 streamId)
Msg class is a parent class for all message representing classes.