Bloomberg API for .NET
GetCorrelationID Method (position)
NamespacesBloomberglp.BlpapiMessageGetCorrelationID(Int32)
Returns the correlationId associated with this message at the specified position.
Declaration Syntax
C#Visual BasicVisual C++
public abstract CorrelationID GetCorrelationID(
	int position
)
Public MustOverride Function GetCorrelationID ( 
	position As Integer
) As CorrelationID
public:
virtual CorrelationID^ GetCorrelationID(
	int position
) abstract
Parameters
position (Int32)
The specified position.
Return Value
CorrelationID
The CorrelationID at the position.
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.
Exceptions
ExceptionCondition
IndexOutOfRangeException index >= NumCorrelationIDs

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1