Click or drag to resize
CorrelationID Class
A key used to identify individual subscriptions or requests.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiCorrelationID

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public class CorrelationID

The CorrelationID type exposes the following members.

Constructors
  NameDescription
Public methodCorrelationID
Constructs a correlation id object and initializes it with the incremented long value.
Public methodCorrelationID(Int64)
Constructs a CorrelationID object and initializes it with the specified long correlation data.
Public methodCorrelationID(Object)
Constructs a correlation id object and initializes it with the specified Object value correlation data.
Public methodCorrelationID(CorrelationID)
Copy constructor.
Top
Properties
  NameDescription
Public propertyIsInternal
Returns true if this correlation id object was generated internally by the library.
Public propertyIsObject
Returns true if this correlation id object was originally initialized with an object value.
Public propertyIsValue
Returns true if this correlation id object was originally initialized with a long value.
Public propertyObject
Returns the value of this correlation id as an Object value.
Public propertyValue
Returns the value of this correlation id as a long value.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function. (Inherited from Object.)
(Overrides ObjectGetHashCode.)
Public methodToString
Returns the string representation of this object.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also