Is needed to transfer index query information in a OrderMsg.
By means of this structure, results can be determined by means of range specification.
For example, if m_sIndex has the value "123" and m_sRangeEndIndex has the value "155", all objects with an index greater than/equal to "123" and less than/equal to "155" will be delivered.
More...
#include <GloIndexQueryBaseStruct.h>
Is needed to transfer index query information in a OrderMsg.
By means of this structure, results can be determined by means of range specification.
For example, if m_sIndex has the value "123" and m_sRangeEndIndex has the value "155", all objects with an index greater than/equal to "123" and less than/equal to "155" will be delivered.
- See also
- TAllSet, GenericAllSet.
◆ RangeIndexQueryStruct() [1/2]
glo::RangeIndexQueryStruct::RangeIndexQueryStruct |
( |
| ) |
|
|
inline |
◆ RangeIndexQueryStruct() [2/2]
Copy constructor.
- Parameters
-
[in] | rT | The data is copied from this object. |
◆ getRangeEndIndex()
std::string glo::RangeIndexQueryStruct::getRangeEndIndex |
( |
| ) |
const |
|
inline |
◆ operator=()
Assignment operator, all attributes are considered.
◆ setRangeEndIndex()
void glo::RangeIndexQueryStruct::setRangeEndIndex |
( |
const std::string & | rsRangeEndIndex | ) |
|
|
inline |
◆ m_sRangeEndIndex
std::string glo::RangeIndexQueryStruct::m_sRangeEndIndex |
|
private |
The range end value. m_sIndex contains the range start value.
The documentation for this class was generated from the following file: