RequestSet Method (Name, Char) |
Sets the element of this request having the specified name to the
specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax void Set(
Name name,
char elementValue
)
Sub Set (
name As Name,
elementValue As Char
)
void Set(
Name^ name,
wchar_t elementValue
)
abstract Set :
name : Name *
elementValue : char -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemChar
Remarks See Also