Message Properties |
The Message type exposes the following members.
Name | Description | |
---|---|---|
AsElement |
Gets the contents of this Message as a read-only Element.
| |
CorrelationID |
Gets the correlationId associated with this message.
| |
CorrelationIDs |
Gets an enumerable collection of all collectionIds associated with this message.
| |
Elements |
Gets the enumerable collection of elements.
| |
FragmentType |
Gets the fragment type of this message.
| |
IsValid | Return true if the message is valid.
| |
ItemString |
This is the same as calling
GetElement(name).
| |
ItemString, Int32 |
This is the same as calling
GetElement(name).
GetValue(index).
| |
MessageType |
Gets the Name constant representing the type of the message.
| |
NumCorrelationIDs |
Gets the number of correlation ids associated with this message.
| |
NumElements |
Gets the number of elements contained by this message.
| |
RecapType |
Gets the recap type of this message.
| |
RequestId |
Gets the request id of the message if one exists, otherwise, null.
When present, the request id can be reported to Bloomberg to troubleshoot the cause of failure messages, or issues with the data contained in the message. Note that request id is not the same as correlation id and should not be used for correlation purposes. | |
Service |
Gets the Service associated with this message. Returns null if this
method is not associated with a service.
| |
TimeReceived |
Gets the timestamp in System.DateTime in UTC, when the
message was received by the library. The value is DateTime(0) | |
TopicName | Obsolete.
Gets the topic string associated with this message. Returns an empty
string if there is no topic associated with this message.
|