Click or drag to resize
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.12.5.1
Syntax
public CorrelationID(
	Object value
)

Parameters

value
Type: SystemObject
The Object value to be used as the correlation data.
Exceptions
ExceptionCondition
ArgumentException The input value is null.
See Also