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