|
QBbgLib
0.4
Qt wrapper for the Bloomberg API
|
A response for intraday tick data series. More...
#include <QBbgIntradayTickResponse.h>
Public Member Functions | |
| QBbgIntradayTickResponse () | |
| Creates an empty intraday tick response. More... | |
| QBbgIntradayTickResponse (const QBbgIntradayTickResponse &other) | |
| Creates a copy of another intraday tick response. More... | |
| virtual | ~QBbgIntradayTickResponse () |
| Destructor. More... | |
| virtual QString | bicMicCode (int index) const |
| The bank identifier code or market identifier code related to the event. More... | |
| virtual QString | brokerBuyCode (int index) const |
| The broker code related to the buy side of the event. More... | |
| virtual QString | brokerSellCode (int index) const |
| The broker code related to the sell side of the event. More... | |
| virtual QString | conditionCode (int index) const |
| The condition code related to the event. More... | |
| virtual QString | exchangeCode (int index) const |
| The exchange code related to the event. More... | |
| bool | hasBicMicCode () const |
| bool | hasBrokerBuyCode () const |
| bool | hasBrokerSellCode () const |
| bool | hasConditionCode () const |
| bool | hasExchangeCode () const |
| bool | hasRpsCode () const |
| virtual bool | isEmpty () const |
| Reimplemented from QBbgAbstractResponse::isEmpty() More... | |
| virtual QBbgIntradayTickResponse & | operator= (const QBbgIntradayTickResponse &other) |
| Copies another intraday tick response. More... | |
| virtual QString | rpsCode (int index) const |
| The reporting party side code related to the event. More... | |
| virtual double | tickSize (int index) const |
| The size related to the event. More... | |
| QBbgAbstractIntradayRequest::EventType | type () const |
| Type of events in the series. More... | |
Public Member Functions inherited from QBbgLib::QBbgAbstractIntradayResponse | |
| 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 QBbgAbstractResponse & | operator= (const QBbgAbstractResponse &other) |
| Copies another response. More... | |
| virtual ResponseType | responseType () const |
| Returns the type of the current response. More... | |
Properties | |
| bool | hasBicMicCode |
| Checks if the series contains any bank identifier code or market identifier code. More... | |
| bool | hasBrokerBuyCode |
| Checks if the series contains any buy side broker code. More... | |
| bool | hasBrokerSellCode |
| Checks if the series contains any sell side broker code. More... | |
| bool | hasConditionCode |
| Checks if the series contains any condition code. More... | |
| bool | hasExchangeCode |
| Checks if the series contains any exchange code. More... | |
| bool | hasRpsCode |
| Checks if the series contains any reporting party side code. More... | |
| QBbgAbstractIntradayRequest::EventType | type |
| Type of events in the series. More... | |
Properties inherited from QBbgLib::QBbgAbstractIntradayResponse | |
| 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... | |
A response for intraday tick data series.
|
virtual |
Destructor.
| QBbgLib::QBbgIntradayTickResponse::QBbgIntradayTickResponse | ( | ) |
Creates an empty intraday tick response.
| QBbgLib::QBbgIntradayTickResponse::QBbgIntradayTickResponse | ( | const QBbgIntradayTickResponse & | other | ) |
Creates a copy of another intraday tick response.
|
virtual |
The bank identifier code or market identifier code related to the event.
|
virtual |
The broker code related to the buy side of the event.
|
virtual |
The broker code related to the sell side of the event.
|
virtual |
The condition code related to the event.
|
virtual |
The exchange code related to the event.
| bool QBbgLib::QBbgIntradayTickResponse::hasBicMicCode | ( | ) | const |
| bool QBbgLib::QBbgIntradayTickResponse::hasBrokerBuyCode | ( | ) | const |
| bool QBbgLib::QBbgIntradayTickResponse::hasBrokerSellCode | ( | ) | const |
| bool QBbgLib::QBbgIntradayTickResponse::hasConditionCode | ( | ) | const |
| bool QBbgLib::QBbgIntradayTickResponse::hasExchangeCode | ( | ) | const |
| bool QBbgLib::QBbgIntradayTickResponse::hasRpsCode | ( | ) | const |
|
virtual |
Reimplemented from QBbgAbstractResponse::isEmpty()
Implements QBbgLib::QBbgAbstractResponse.
|
virtual |
Copies another intraday tick response.
|
virtual |
The reporting party side code related to the event.
|
virtual |
The size related to the event.
| QBbgAbstractIntradayRequest::EventType QBbgLib::QBbgIntradayTickResponse::type | ( | ) | const |
Type of events in the series.
|
read |
Checks if the series contains any bank identifier code or market identifier code.
|
read |
Checks if the series contains any buy side broker code.
|
read |
Checks if the series contains any sell side broker code.
|
read |
Checks if the series contains any condition code.
|
read |
Checks if the series contains any exchange code.
|
read |
Checks if the series contains any reporting party side code.
|
read |
Type of events in the series.
1.8.9.1