Click or drag to resize
MessageCorrelationID Property
Gets the correlationId associated with this message.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract CorrelationID CorrelationID { 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