#include <OnixS/Eurex/Trading/Messages/SRQSCreateDealNotification.h>
Public Member Functions | |
SRQSTargetPartyTrdGrpElem () | |
std::string | toString () const |
Public Attributes | |
SInt64 | sideLastQty |
UInt64 | quoteId |
UInt32 | targetPartyIdExecutingTrader |
std::string | targetPartyExecutingFirm |
std::string | targetPartyExecutingTrader |
std::string | targetPartyEnteringTrader |
Friends | |
class | Serializer |
Definition at line 74 of file SRQSCreateDealNotification.h.
Initialize default instance.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 102 of file SRQSCreateDealNotification.h.
UInt64 quoteId |
Customer defined mass quote identifier.
Definition at line 84 of file SRQSCreateDealNotification.h.
SInt64 sideLastQty |
Fill quantity for the original Eurex strategy.
Definition at line 81 of file SRQSCreateDealNotification.h.
std::string targetPartyEnteringTrader |
Name of target user/trader.
Definition at line 96 of file SRQSCreateDealNotification.h.
std::string targetPartyExecutingFirm |
Name of the target business unit.
Definition at line 90 of file SRQSCreateDealNotification.h.
std::string targetPartyExecutingTrader |
Name of the target trader name.
Definition at line 93 of file SRQSCreateDealNotification.h.
UInt32 targetPartyIdExecutingTrader |
Owning User ID.
Definition at line 87 of file SRQSCreateDealNotification.h.