blpapi.test.getAdminMessageDefinition
- blpapi.test.getAdminMessageDefinition(messageName)
Return the definition for an admin message of the specified
messageName
.- Parameters:
messageName (
Name
) – The name of the desired admin message.- Returns:
The element definition for the message specified by
messageName
.- Raises:
Exception – If
messageName
does not name an admin message.- Return type:
Note
Please use
blpapi.Name
overstr
where possible formessageName
.blpapi.Name
objects should be initialized once and then reused as eachblpapi.Name
instance refers to an entry in a global static table which grows in an unbounded manner.