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