#include <OnixS/Eurex/Trading/Messages/CrossRequest.h>
Public Member Functions | |
CrossRequest () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Public Attributes | |
UInt32 | senderSubId |
SInt64 | securityId |
SInt64 | orderQty |
SInt32 | marketSegmentId |
std::string | complianceText |
Friends | |
class | Serializer |
Definition at line 35 of file CrossRequest.h.
CrossRequest | ( | ) |
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 64 of file CrossRequest.h.
std::string complianceText |
This field is used to provide additional regulatory information (according to respective rules and regs, circulars and bilateral coordination between participant and Trading Surveillance Office).
Definition at line 55 of file CrossRequest.h.
SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 51 of file CrossRequest.h.
SInt64 orderQty |
Total Order Quantity.
Definition at line 48 of file CrossRequest.h.
SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 45 of file CrossRequest.h.
UInt32 senderSubId |
User ID.
Definition at line 42 of file CrossRequest.h.