9#ifndef __refinitiv_ema_access_UpdateMsg_h
10#define __refinitiv_ema_access_UpdateMsg_h
345 friend class ItemCallbackClient;
349 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.
Msg class is a parent class for all message representing classes.
UpdateMsg conveys changes to item data.
bool hasPublisherId() const
UInt16 getConflatedTime() const
bool hasConflated() const
const EmaString & toString(const refinitiv::ema::rdm::DataDictionary &dictionary) const
UpdateMsg & conflated(UInt16 count=0, UInt16 time=0)
Data::DataCode getCode() const
UpdateMsg & nameType(UInt8 nameType=rdm::INSTRUMENT_NAME_RIC)
bool hasPermissionData() const
UpdateMsg & streamId(Int32 streamId)
UInt32 getPublisherIdUserId() const
UpdateMsg & doNotConflate(bool doNotConflate=false)
UpdateMsg & serviceName(const EmaString &serviceName)
const EmaString & getServiceName() const
UInt8 getUpdateTypeNum() const
bool hasServiceName() const
const EmaBuffer & getAsHex() const
bool getDoNotCache() const
const EmaString & toString() const
UpdateMsg & extendedHeader(const EmaBuffer &buffer)
bool getDoNotRipple() const
UpdateMsg(const UpdateMsg &other)
const EmaBuffer & getPermissionData() const
UpdateMsg & payload(const ComplexType &data)
UpdateMsg & serviceId(UInt32 serviceId)
UpdateMsg & domainType(UInt16 domainType=rdm::MMT_MARKET_PRICE)
UpdateMsg & filter(UInt32 filter)
UInt16 getConflatedCount() const
UpdateMsg & permissionData(const EmaBuffer &permissionData)
UpdateMsg & name(const EmaString &name)
UpdateMsg & doNotRipple(bool doNotRipple=false)
UInt32 getPublisherIdUserAddress() const
DataType::DataTypeEnum getDataType() const
UpdateMsg & seqNum(UInt32 seqNum)
UpdateMsg & publisherId(UInt32 userId, UInt32 userAddress)
UpdateMsg & attrib(const ComplexType &data)
bool getDoNotConflate() const
UpdateMsg & doNotCache(bool doNotCache=false)
UpdateMsg & updateTypeNum(UInt8 updateTypeNum)