| MessageProperties Class |
Namespace: Bloomberglp.Blpapi.Test
The MessageProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageProperties |
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". |
| Name | Description | |
|---|---|---|
| SetCorrelationId |
Equivalent to calling SetCorrelationIds(ListCorrelationID) with a list
of one CorrelationID.
| |
| SetCorrelationIds |
Sets the CorrelationID property.
| |
| SetRecapType |
Sets the MessageRecap and
MessageFragment properties.
| |
| SetRequestId |
Sets the request ID to be used for Message objects
generated with this MessageProperties object.
| |
| SetService |
Sets the Service property.
| |
| SetTimeReceived |
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.
|