blpapi.Operation¶
-
class
blpapi.
Operation
¶ Defines an operation which can be performed by a
Service
.Operation objects are obtained from a
Service
object. They provide read-only access to the schema of the Operations Request and the schema of the possible response.-
getResponseDefinitionAt
(position)¶
-
numResponseDefinitions
()¶
-
responseDefinitions
()¶ - Returns
Iterator over response types that can be returned by this
Operation
.
Response type is defined by
SchemaElementDefinition
.
-