| ConstantsList Interface |
Namespace: Bloomberglp.Blpapi
The ConstantsList type exposes the following members.
| Name | Description | |
|---|---|---|
| Datatype | Gets the Datatype used to represent the value of this ConstantsList
| |
| Description |
Gets a String containing a human readable description of this
ConstantsList.
| |
| Item |
Gets the constant specified by name.
| |
| Name | Gets the symbolic name of this ConstantsList.
| |
| Status |
Gets the status of this ConstantList.
| |
| UserData | Gets or sets the user data associated with this ConstantList.
|
| Name | Description | |
|---|---|---|
| ContainsKey |
This is the same as ContainsKey(string).
| |
| Print(Stream) | Print the constant to the Stream.
| |
| Print(TextWriter) | Print the constant with the help of the TextWriter.
| |
| TryGetValue |
This is the same as TryGetValue(string, Constatant).
|