RequestAppend Method (Name, Double) |
Appends the specified value to the named array element of this request.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax void Append(
Name name,
double elementValue
)
Sub Append (
name As Name,
elementValue As Double
)
void Append(
Name^ name,
double elementValue
)
abstract Append :
name : Name *
elementValue : float -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemDouble
Remarks See Also