CorrelationID Constructor (CorrelationID) |
Copy constructor.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public CorrelationID(
CorrelationID from
)
Public Sub New (
from As CorrelationID
)
public:
CorrelationID(
CorrelationID^ from
)
new :
from : CorrelationID -> CorrelationID
Parameters
- from
- Type: Bloomberglp.BlpapiCorrelationID
Exceptions Exception | Condition |
---|
ArgumentNullException | from is null.
|
See Also