#include <OnixS/Eurex/Trading/Messages/EnterTESTradeRequest.h>
Public Member Functions | |
| InstrumentAttributeGrpElem () | |
| std::string | toString () const |
Public Attributes | |
| InstrAttribType::Enum | instrAttribType |
| std::string | instrAttribValue |
Friends | |
| class | Serializer |
Definition at line 120 of file EnterTESTradeRequest.h.
Initialize default instance.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 136 of file EnterTESTradeRequest.h.
| InstrAttribType::Enum instrAttribType |
Code to represent the type of instrument attribute.
Definition at line 127 of file EnterTESTradeRequest.h.
| std::string instrAttribValue |
Attribute value appropriate to the InstrAttribType field.
Definition at line 130 of file EnterTESTradeRequest.h.