QBbgLib  0.4
Qt wrapper for the Bloomberg API
Public Member Functions | Properties | List of all members
QBbgLib::QBbgIntradayTickResponse Class Reference

A response for intraday tick data series. More...

#include <QBbgIntradayTickResponse.h>

Inheritance diagram for QBbgLib::QBbgIntradayTickResponse:
QBbgLib::QBbgAbstractIntradayResponse QBbgLib::QBbgAbstractResponse

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 QBbgIntradayTickResponseoperator= (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 QBbgAbstractIntradayResponseoperator= (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 QBbgAbstractResponseoperator= (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...
 

Additional Inherited Members

- Public Types inherited from QBbgLib::QBbgAbstractResponse
enum  BbgErrorCodesF {
  NoErrors = 0, ResponseError = 0x1, SecurityError = 0x2, InvalidInputs = 0x4,
  SessionError = 0x8, ServiceError = 0x10, FieldError = 0x20, UnknownError = 0x40,
  SessionStopped = 0x80, NoData = 0x100
}
 Flags representing possible errors. More...
 
enum  ResponseType : qint32 {
  ResponseType::Invalid =-1, ResponseType::BeqsResponse, ResponseType::HistoricalDataResponse = FirstFielded, ResponseType::ReferenceDataResponse,
  ResponseType::PortfolioDataResponse, ResponseType::IntraDayTickResponse = FirstRealTime, ResponseType::IntraDayBarResponse
}
 Type of response. More...
 
- Static Public Member Functions inherited from QBbgLib::QBbgAbstractResponse
static QString bbgErrorCode2String (BbgErrorCodes a)
 Converts an error code to the its string representation. More...
 

Detailed Description

A response for intraday tick data series.

Constructor & Destructor Documentation

virtual QBbgLib::QBbgIntradayTickResponse::~QBbgIntradayTickResponse ( )
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.

Member Function Documentation

virtual QString QBbgLib::QBbgIntradayTickResponse::bicMicCode ( int  index) const
virtual

The bank identifier code or market identifier code related to the event.

virtual QString QBbgLib::QBbgIntradayTickResponse::brokerBuyCode ( int  index) const
virtual

The broker code related to the buy side of the event.

virtual QString QBbgLib::QBbgIntradayTickResponse::brokerSellCode ( int  index) const
virtual

The broker code related to the sell side of the event.

virtual QString QBbgLib::QBbgIntradayTickResponse::conditionCode ( int  index) const
virtual

The condition code related to the event.

virtual QString QBbgLib::QBbgIntradayTickResponse::exchangeCode ( int  index) const
virtual

The exchange code related to the event.

bool QBbgLib::QBbgIntradayTickResponse::hasBicMicCode ( ) const
See also
hasBicMicCode
bool QBbgLib::QBbgIntradayTickResponse::hasBrokerBuyCode ( ) const
bool QBbgLib::QBbgIntradayTickResponse::hasBrokerSellCode ( ) const
bool QBbgLib::QBbgIntradayTickResponse::hasConditionCode ( ) const
bool QBbgLib::QBbgIntradayTickResponse::hasExchangeCode ( ) const
See also
hasExchangeCode
bool QBbgLib::QBbgIntradayTickResponse::hasRpsCode ( ) const
See also
hasRpsCode
virtual bool QBbgLib::QBbgIntradayTickResponse::isEmpty ( ) const
virtual
virtual QBbgIntradayTickResponse& QBbgLib::QBbgIntradayTickResponse::operator= ( const QBbgIntradayTickResponse other)
virtual

Copies another intraday tick response.

virtual QString QBbgLib::QBbgIntradayTickResponse::rpsCode ( int  index) const
virtual

The reporting party side code related to the event.

virtual double QBbgLib::QBbgIntradayTickResponse::tickSize ( int  index) const
virtual

The size related to the event.

  • index The index of the object in the series
    Returns
    0 if index is out of range
QBbgAbstractIntradayRequest::EventType QBbgLib::QBbgIntradayTickResponse::type ( ) const

Type of events in the series.

Property Documentation

bool QBbgLib::QBbgIntradayTickResponse::hasBicMicCode
read

Checks if the series contains any bank identifier code or market identifier code.

Read
hasBicMicCode
bool QBbgLib::QBbgIntradayTickResponse::hasBrokerBuyCode
read

Checks if the series contains any buy side broker code.

Read
hasBrokerBuyCode
bool QBbgLib::QBbgIntradayTickResponse::hasBrokerSellCode
read

Checks if the series contains any sell side broker code.

Read
hasBrokerSellCode
bool QBbgLib::QBbgIntradayTickResponse::hasConditionCode
read

Checks if the series contains any condition code.

Read
hasConditionCode
bool QBbgLib::QBbgIntradayTickResponse::hasExchangeCode
read

Checks if the series contains any exchange code.

Read
hasExchangeCode
bool QBbgLib::QBbgIntradayTickResponse::hasRpsCode
read

Checks if the series contains any reporting party side code.

Read
hasRpsCode
QBbgAbstractIntradayRequest::EventType QBbgLib::QBbgIntradayTickResponse::type
read

Type of events in the series.

Read
type

The documentation for this class was generated from the following file: