MessageGetElementAsInt64 Method (Name) |
Returns the value of the element having the specified name as
a long value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract long GetElementAsInt64(
Name name
)
Public MustOverride Function GetElementAsInt64 (
name As Name
) As Long
public:
virtual long long GetElementAsInt64(
Name^ name
) abstract
abstract GetElementAsInt64 :
name : Name -> int64
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
Int64The value of the element having specified name as a long
value.
Exceptions Remarks See Also