|
GlobalObjects
|
Is needed to transfer index query information in a OrderMsg. More...
#include <GloIndexQueryBaseStruct.h>

Public Member Functions | |
| IndexQueryStruct () | |
| IndexQueryStruct (const IndexQueryStruct &rT) | |
| IndexQueryStruct & | operator= (const IndexQueryStruct &rT) |
| void | setQueryType (EnQueryType eQueryType) |
| EnQueryType | getQueryType () const |
Public Member Functions inherited from glo::IndexQueryBaseStruct | |
| IndexQueryBaseStruct () | |
| IndexQueryBaseStruct (const IndexQueryBaseStruct &rT) | |
| virtual | ~IndexQueryBaseStruct () |
| IndexQueryBaseStruct & | operator= (const IndexQueryBaseStruct &rT) |
| void | trimIndex () |
| void | setCallBackAllSet (NUM_PTR ipCallBackAllSet) |
| void | setCallBackAllSet (BaseAllSet *pCallBackAllSet) |
| BaseAllSet * | getCallBackAllSet () const |
| NUM_PTR | getCallBackAllSetAsNUMPTR () const |
| void | setClassID (unsigned long ulClassID) |
| unsigned long | getClassID () const |
| void | setIndex (const std::string &rsIndex) |
| std::string | getIndex () const |
| void | setIndexName (const std::string &rsIndexName) |
| std::string | getIndexName () const |
| void | setIndexClassID (unsigned long ulIndexClassID) |
| unsigned long | getIndexClassID () const |
Private Attributes | |
| EnQueryType | m_eQueryType |
Is needed to transfer index query information in a OrderMsg.
|
inline |
The default constructor sets m_eQueryType to eQUERY_DIRECT.
References glo::eQUERY_DIRECT, and m_eQueryType.
Referenced by IndexQueryStruct(), and operator=().
|
inline |
Copy constructor.
| [in] | rT | The data is copied from this object. |
References glo::IndexQueryBaseStruct::IndexQueryBaseStruct(), IndexQueryStruct(), and m_eQueryType.
|
inline |
Set or get method.
References m_eQueryType.
|
inline |
Assignment operator, all attributes are considered.
References IndexQueryStruct(), m_eQueryType, and glo::IndexQueryBaseStruct::operator=().
|
inline |
Set or get method.
References m_eQueryType.
|
private |
The query type. If this is set, the index with the name from m_sIndexName is preferred if something is entered there.
Referenced by IndexQueryStruct(), IndexQueryStruct(), getQueryType(), operator=(), and setQueryType().