EMA C++ RDM Usage Guide : 2 Domain Model Overview : 2.3 Message Concepts
 
2.3 Message Concepts
The following table describes the mapping of Open Message Model concepts with actual interfaces. For clarity and consistency, the Message concept will be referenced throughout the rest of this Domain Model Usage Guide.
 
Table 3: Message Concepts  
MESSAGE CONCEPT
DESCRIPTION/VALUE
Request Message
ReqMsg whose data type is DataType.ReqMsgEnum
Close Message
(Request)
OmmConsumer.unregister()
Refresh Message
(Response)
RefreshMsg whose data type is DataType.RefreshMsgEnum
Update Message
(Response)
UpdateMsg whose data type is DataType.UpdateMsgEnum
Status message
(Response)
StatusMsg whose data type is DataType.StatusMsgEnum
Post Message
PostMsg whose data type is DataType.PostMsgEnum
Generic Message
GenericMsg whose data type is DataType.GenericMsgEnum
Ack Message
AckMsg whose data type is DataType.AckMsgEnum