#include <orderdesc.h>
Inheritance diagram for TPProto::OrderDescription:

Public Member Functions | |
| OrderDescription () | |
| Default constructor. | |
| virtual | ~OrderDescription () |
| Destructor. | |
| void | packBuffer (Buffer *buf) |
| Pack into a Buffer, assert(0). | |
| bool | unpackBuffer (Buffer *buf) |
| Unpack this OrderDescription from a Buffer. | |
| unsigned int | getOrderType () |
| Gets the order type number of this order description. | |
| std::string | getName () |
| Gets the name of this order description. /return The name of the order description. | |
| std::string | getDescription () |
| Gets the text description of this order description. /return The text description of the order description. | |
| std::list< OrderParameter * > | getParameters () |
| Gets a copy of the OrderParameters in this order description. | |
| uint64_t | getLastModifiedTime () |
| Returns the timestamp of the last time this order description was modified. | |
| TPProto::OrderDescription::~OrderDescription | ( | ) | [virtual] |
Destructor.
Deletes the OrderParameters it contains.
| void TPProto::OrderDescription::packBuffer | ( | Buffer * | buf | ) | [virtual] |
Pack into a Buffer, assert(0).
This Frame is only received from the server and therefore does not get packed on the client side. assert(0) is called.
| buf | The Buffer, ignored. |
Implements TPProto::Frame.
| bool TPProto::OrderDescription::unpackBuffer | ( | Buffer * | buf | ) | [virtual] |
Unpack this OrderDescription from a Buffer.
| buf | The Buffer to unpack out of. |
Implements TPProto::Frame.
| unsigned int TPProto::OrderDescription::getOrderType | ( | ) |
Gets the order type number of this order description.
| std::list< OrderParameter * > TPProto::OrderDescription::getParameters | ( | ) |
Gets a copy of the OrderParameters in this order description.
| uint64_t TPProto::OrderDescription::getLastModifiedTime | ( | ) |
Returns the timestamp of the last time this order description was modified.
1.5.1