MessageCorrelationID Property |
Gets the correlationId associated with this message.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public 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:
CorrelationIDRemarks
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