Click or drag to resize
RequestAppend Method (String, Single)

Note: This API is now obsolete.

Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Single) instead.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax
[ObsoleteAttribute("Deprecated, use Append(Name, float) instead.")]
void Append(
	string name,
	float elementValue
)

Parameters

name
Type: SystemString
elementValue
Type: SystemSingle
Remarks
See Also