Click or drag to resize
MessageProperties Class
This class represents properties of a message that are not part of the message contents, for example the CorrelationID, or timestamp.
Inheritance Hierarchy
SystemObject
  Bloomberglp.Blpapi.TestMessageProperties

Namespace:  Bloomberglp.Blpapi.Test
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax
public sealed class MessageProperties

The MessageProperties type exposes the following members.

Constructors
  NameDescription
Public methodMessageProperties
Creates a MessageProperties with default values.

Default value for CorrelationID property is an empty list.

Default value for MessageRecap property is NONE.

Default value for MessageFragment is NONE.

Value for Service and timestamp is "unset".

Top
Methods
  NameDescription
Public methodSetCorrelationId
Public methodSetCorrelationIds
Sets the CorrelationID property.
Public methodSetRecapType
Public methodSetRequestId
Sets the request ID to be used for Message objects generated with this MessageProperties object.
Public methodSetService
Sets the Service property.
Public methodSetTimeReceived
Sets the time received property. The default timestamp is "unset", so attempting to retrieve the timestamp of a message with default properties will throw an exception.
Top
See Also