| MessageCorrelationID Property |
Gets the correlationId associated with this message.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntaxpublic abstract CorrelationID CorrelationID { get; }Public MustOverride ReadOnly Property CorrelationID As CorrelationID
Get
public:
virtual property CorrelationID^ CorrelationID {
CorrelationID^ get () abstract;
}abstract CorrelationID : CorrelationID with get
Property Value
Type:
CorrelationID
Remarks
This is same as calling
GetCorrelationID(0)
If there is more than one correlationId associated with this message
return the first correlationId. If there are no correlationIds available
for this message return null.
Property Value
Type:
CorrelationID CorrelationID associated with this message if available or null
otherwise.
See Also