#include <blpapi_service.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
blpapi::Operation::~Operation |
( |
|
) |
|
Member Function Documentation
const char* blpapi::Operation::name |
( |
|
) |
const |
Returns a pointer to a null-terminated, read-only string which contains the name of this operation. The pointer remains valid until this Operation is destroyed.
const char* blpapi::Operation::description |
( |
|
) |
const |
Returns a pointer to a null-terminated, read-only string which contains a human readable description of this Operation. The pointer returned remains valid until this Operation is destroyed.
int blpapi::Operation::numResponseDefinitions |
( |
|
) |
const |
Returns the number of the response types that can be returned by this Operation.
bool blpapi::Operation::isValid |
( |
|
) |
const |
TBD - no default ctor so no need for this?
The documentation for this class was generated from the following file: