RequestSet Method (String, 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.17.0.1
Syntax void Set(
string name,
double elementValue
)
Sub Set (
name As String,
elementValue As Double
)
void Set(
String^ name,
double elementValue
)
abstract Set :
name : string *
elementValue : float -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemDouble
Remarks See Also