Click or drag to resize
MessageGetCorrelationID Method
Returns the correlationId associated with this message at the specified position.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract CorrelationID GetCorrelationID(
	int position
)

Parameters

position
Type: SystemInt32
The specified position.

Return Value

Type: CorrelationID
The CorrelationID at the position.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumCorrelationIDs
Remarks
Normally each message is associated with only one correlationId. See "allowMultipeCorrelatorsPerMsg" option in SessionOptions for more information on when multiple correlators can be returned per message.
See Also