RequestSet Method (Name, Double) |
Sets the element of this request having the specified name to the
specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax void Set(
Name name,
double elementValue
)
Sub Set (
name As Name,
elementValue As Double
)
void Set(
Name^ name,
double elementValue
)
abstract Set :
name : Name *
elementValue : float -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemDouble
Remarks See Also