RequestSet Method (String, Single) |
Note: This API is now obsolete.
Sets the element of this request having the specified name to the
specified value.
Deprecated, use
Set(Name, Single) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax [ObsoleteAttribute("Deprecated, use Set(Name, float) instead.")]
void Set(
string name,
float elementValue
)
<ObsoleteAttribute("Deprecated, use Set(Name, float) instead.")>
Sub Set (
name As String,
elementValue As Single
)
[ObsoleteAttribute(L"Deprecated, use Set(Name, float) instead.")]
void Set(
String^ name,
float elementValue
)
[<ObsoleteAttribute("Deprecated, use Set(Name, float) instead.")>]
abstract Set :
name : string *
elementValue : float32 -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemSingle
Remarks See Also