| 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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntaxpublic long Value { get; }Public ReadOnly Property Value As Long
Get
public:
property long long Value {
long long get ();
}member Value : int64 with get
Return Value
Type:
Int64The
long value that this correlation id was initialized with.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
This correlation id was not initialized with an long value.
|
RemarksReturns 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