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.12.5.1
Syntax
[SerializableAttribute]
public sealed 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 was originally initialized with an object value.
Public propertyIsValue
Returns true if this correlation id object was was originally initialized with an long value.
Public propertyObject
Returns the value of this correlation id as a Object value.
Public propertyValue
Returns the value of this correlation id as a long value.
Top
Methods
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