Returns the correlationId associated with this message at the specified
position.
Declaration Syntax
C# | Visual Basic | Visual 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.
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
Exception | Condition |
---|---|
IndexOutOfRangeException |
index >= NumCorrelationIDs |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1