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.- Return type
- Returns
The element definition for the message specified by
messageName.- Raises
Exception – If
messageNamedoes not name an admin message.
Note
Please use
blpapi.Nameoverstrwhere possible formessageName.blpapi.Nameobjects should be initialized once and then reused as eachblpapi.Nameinstance refers to an entry in a global static table which grows in an unbounded manner.