| RequestSet Method (Name, 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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxvoid Set(
Name name,
float elementValue
)
Sub Set (
name As Name,
elementValue As Single
)
void Set(
Name^ name,
float elementValue
)
abstract Set :
name : Name *
elementValue : float32 -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemSingle
Remarks
See Also