|
QBbgLib
0.4
Qt wrapper for the Bloomberg API
|
Base class for Bloomberg Responses based on field request. More...
#include <QBbgAbstractFieldResponse.h>
Public Member Functions | |
| virtual | ~QBbgAbstractFieldResponse ()=0 |
| Destructor. More... | |
| virtual const QString & | header () const |
| Header for the response. More... | |
| virtual QBbgAbstractFieldResponse & | operator= (const QBbgAbstractFieldResponse &a) |
| Copies another field response. More... | |
Public Member Functions inherited from QBbgLib::QBbgAbstractResponse | |
| virtual | ~QBbgAbstractResponse ()=0 |
| Destructor. More... | |
| virtual BbgErrorCodes | errorCode () const |
| The error code associated with the response. More... | |
| virtual QString | errorMessage () const |
| The details of the error. More... | |
| virtual QString | errorString () const |
| String representation of the error. More... | |
| virtual qint64 | getID () const |
| The ID of the response. More... | |
| virtual bool | hasErrors () const |
| Checks if the response has any error. More... | |
| virtual bool | isEmpty () const =0 |
| Check if the response contains any value. More... | |
| virtual QBbgAbstractResponse & | operator= (const QBbgAbstractResponse &other) |
| Copies another response. More... | |
| virtual ResponseType | responseType () const |
| Returns the type of the current response. More... | |
Properties | |
| QString | header |
| Header for the response. More... | |
Properties inherited from QBbgLib::QBbgAbstractResponse | |
| BbgErrorCodes | errorCode |
| The error code associated with the response. More... | |
| QString | errorMessage |
| The details of the error. More... | |
| QString | errorString |
| String representation of the error. More... | |
| bool | hasErrors |
| Checks if the response has any error. More... | |
| bool | isEmpty |
| Check if the response contains any value. More... | |
| qint64 | responseID |
| The ID of the response. More... | |
| ResponseType | responseType |
| Returns the type of the current response. More... | |
Base class for Bloomberg Responses based on field request.
|
pure virtual |
Destructor.
|
virtual |
Header for the response.
This will contain the field name or the column header for tabular results
|
virtual |
Copies another field response.
|
read |
1.8.9.1