#include <OnixS/Eurex/Trading/Messages/UpdateReferencePriceRequest.h>
Public Member Functions | |
| UpdateReferencePriceRequest () | |
| TemplateId::Enum | templateId () const |
| std::string | toString () const |
| Public Member Functions inherited from Message | |
| virtual | ~Message () |
Public Attributes | |
| UInt32 | senderSubId |
| SInt64 | securityId |
| SInt64 | tradingReferencePrice |
| SInt32 | marketSegmentId |
Friends | |
| class | Serializer |
Definition at line 35 of file UpdateReferencePriceRequest.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 60 of file UpdateReferencePriceRequest.h.
| SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 51 of file UpdateReferencePriceRequest.h.
| SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 45 of file UpdateReferencePriceRequest.h.
| UInt32 senderSubId |
User ID.
Definition at line 42 of file UpdateReferencePriceRequest.h.
| SInt64 tradingReferencePrice |
Trading Reference Price.
Definition at line 48 of file UpdateReferencePriceRequest.h.