RequestAppend Method (String, Double) |
Note: This API is now obsolete.
Appends the specified value to the named array element of this request.
Deprecated, use
Append(Name, Double) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax [ObsoleteAttribute("Deprecated, use Append(Name, double) instead.")]
void Append(
string name,
double elementValue
)
<ObsoleteAttribute("Deprecated, use Append(Name, double) instead.")>
Sub Append (
name As String,
elementValue As Double
)
[ObsoleteAttribute(L"Deprecated, use Append(Name, double) instead.")]
void Append(
String^ name,
double elementValue
)
[<ObsoleteAttribute("Deprecated, use Append(Name, double) instead.")>]
abstract Append :
name : string *
elementValue : float -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemDouble
Remarks See Also