Returns the correlationId associated with this message at the specified
position.
| 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
- position (Int32)
- The specified position.
CorrelationID
The CorrelationID at the position.
The CorrelationID at the position.
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.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException |
index >= NumCorrelationIDs |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1