EMA C++ RDM Usage Guide : 8 Market By Price Domain : 8.2 Usage
 
8.2 Usage
8.2.1 Market By Price Request Message
A Market By Price request message is encoded using ReqMsg and sent by Open Message Model consumer applications. The request specifies the name of an item in which the consumer is interested.
To receive updates, a consumer can make a “streaming” request by setting ReqMsg.InterestAfterRefresh to true. If the flag is not set, the consumer requests a “snapshot” and the refresh should end the request (updates may be received in either case if the refresh has multiple parts).
A consumer can pause an item to stop updates (if the provider supports such functionality). For more information, refer to the Enterprise Message API C++ Edition Developers Guide.
 
Table 57: Market By Price Request Message  
COMPONENT
DESCRIPTION / VALUE
DomainType
Required. MMT_MARKET_BY_PRICE = 8
Interactions
Conditional.
InitialImage: true, indicates that an initial image is required.
InterestAfterRefresh: true, indicates that a streaming request is required.
Pause: true, indicates that a pause is required.
Indications
Optional.
ConflatedInUpdates: true, indicates that conflated updates are required.
Batch and View requests are specified in the Payload.
QoS
Optional. Indicates the QoS at which the consumer wants the stream serviced. If both QoS and worstQos are specified, this request can be satisfied by a range of QoS.
worstQos
Optional. Used with QoS to define a range of acceptable QoS. When the provider encounters such a range, it should attempt to provide the best QoS possible within that range.
This should only be used on services that claim to support it via the SupportsQosRange item in the Source Directory response (for further details, refer to Section 4.3.1.1).
NOTE: Enterprise Message API provides the Request.Qos() method to set both Qos and WorstQos depending upon the timeliness and rate values.
Priority
Optional. Indicates the class and count associated with stream priority.
extendedHeader
Not used.
ServiceName
Required. Specifies the name of the service from which the consumer wishes to request data.
NOTE: The application should set either the ServiceName or ServiceId of the service, but not both.
ServiceId
Required. Specifies the ID of the service that provides the requested item.
NOTE: The application should set either the ServiceName or ServiceId of the service, but not both.
NameType
Optional. Typically set to INSTRUMENT_NAME_RIC = 1 (the “Instrument Code”) when consuming from LSEG sources. If absent, its default value is INSTRUMENT_NAME_RIC = 1.
Name
Required. Specifies the name of the requested item.
Filter
Not used.
Identifier
Not used.
Attrib
Not used.
Payload
Optional. When features such as View or Batch are leveraged, the payload can contain information relevant to that feature.
For further details, refer to the Appendix A.