Click or drag to resize
CorrelationIDValue Property
Returns the value of this correlation id as a long value.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntax
public long Value { get; }

Return Value

Type: Int64
The long value that this correlation id was initialized with.
Exceptions
ExceptionCondition
InvalidOperationException This correlation id was not initialized with an long value.
Remarks
Returns the value of this correlation id as a long value. Note that this function assumes that this correlation id object has been initialized with a long value.
See Also