#include <OnixS/Eurex/Trading/Messages/MassQuoteRequest.h>
Public Member Functions | |
QuoteEntryGrpElem () | |
std::string | toString () const |
Public Attributes | |
SInt64 | securityId |
SInt64 | bidPx |
SInt64 | bidSize |
SInt64 | offerPx |
SInt64 | offerSize |
Friends | |
class | Serializer |
Definition at line 36 of file MassQuoteRequest.h.
Initialize default instance.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 61 of file MassQuoteRequest.h.
SInt64 bidPx |
Bid price/rate.
Definition at line 46 of file MassQuoteRequest.h.
SInt64 bidSize |
Quantity of bid.
Definition at line 49 of file MassQuoteRequest.h.
SInt64 offerPx |
Offer price/rate.
Definition at line 52 of file MassQuoteRequest.h.
SInt64 offerSize |
Quantity of offer.
Definition at line 55 of file MassQuoteRequest.h.
SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 43 of file MassQuoteRequest.h.