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