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:

SchemaElementDefinition

Note

Please use blpapi.Name over str where possible for messageName. blpapi.Name objects should be initialized once and then reused as each blpapi.Name instance refers to an entry in a global static table which grows in an unbounded manner.