| CorrelationID Constructor (Object) |
Constructs a correlation id object and initializes it with the specified
Object value correlation data.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntaxpublic CorrelationID(
Object value
)
Public Sub New (
value As Object
)
public:
CorrelationID(
Object^ value
)
new :
value : Object -> CorrelationIDParameters
- value
- Type: SystemObject
The Object value to be used as the correlation data.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The input value is null.
|
See Also