CorrelationID Class |
Namespace: Bloomberglp.Blpapi
The CorrelationID type exposes the following members.
Name | Description | |
---|---|---|
CorrelationID |
Constructs a correlation id object and initializes it with the incremented
long value.
| |
CorrelationID(Int64) |
Constructs a CorrelationID object and initializes it with the specified
long correlation data.
| |
CorrelationID(Object) |
Constructs a correlation id object and initializes it with the specified
Object value correlation data.
| |
CorrelationID(CorrelationID) |
Copy constructor.
|
Name | Description | |
---|---|---|
IsInternal |
Returns true if this correlation id object was generated internally
by the library.
| |
IsObject |
Returns true if this correlation id object was was originally initialized
with an object value.
| |
IsValue |
Returns true if this correlation id object was was originally initialized
with an long value.
| |
Object | Returns the value of this correlation id as a Object value.
| |
Value | Returns the value of this correlation id as a long value.
|
Name | Description | |
---|---|---|
Equals |
Checks value equality.
(Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
ToString | (Overrides ObjectToString.) |