|
QBbgLib
0.4
Qt wrapper for the Bloomberg API
|
Base class for Bloomberg Responses based on intraday requests. More...
#include <QBbgAbstractIntradayResponse.h>
Public Member Functions | |
| virtual | ~QBbgAbstractIntradayResponse ()=0 |
| Destructor. More... | |
| virtual QDateTime | dateTime (int index) const |
| Date and time related to the event. More... | |
| virtual QBbgAbstractIntradayResponse & | operator= (const QBbgAbstractIntradayResponse &a) |
| Copies another intraday response. More... | |
| virtual int | size () const |
| Number of values in the series. More... | |
| virtual double | value (int index) const |
| The value related to the event. 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 | |
| int | size |
| Number of values in the series. 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 intraday requests.
|
pure virtual |
Destructor.
|
virtual |
Date and time related to the event.
|
virtual |
Copies another intraday response.
|
virtual |
Number of values in the series.
|
virtual |
The value related to the event.
|
read |
Number of values in the series.
1.8.9.1