#include <OnixS/Eurex/Trading/Messages/RFQRequest.h>
Public Member Functions | |
RFQRequest () | |
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 |
Side::Enum | side |
std::string | complianceText |
Friends | |
class | Serializer |
Definition at line 35 of file RFQRequest.h.
RFQRequest | ( | ) |
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 67 of file RFQRequest.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 58 of file RFQRequest.h.
SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 51 of file RFQRequest.h.
SInt64 orderQty |
Total Order Quantity.
Definition at line 48 of file RFQRequest.h.
SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 45 of file RFQRequest.h.
UInt32 senderSubId |
User ID.
Definition at line 42 of file RFQRequest.h.
Side::Enum side |
Side of the order.
Definition at line 54 of file RFQRequest.h.