OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
SRQSTargetPartyTrdGrpElem Class Reference

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

Detailed Description

Definition at line 74 of file SRQSCreateDealNotification.h.

Constructor & Destructor Documentation

◆ SRQSTargetPartyTrdGrpElem()

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ Serializer

friend class Serializer
friend

Definition at line 102 of file SRQSCreateDealNotification.h.

Member Data Documentation

◆ quoteId

UInt64 quoteId

Customer defined mass quote identifier.

Definition at line 84 of file SRQSCreateDealNotification.h.

◆ sideLastQty

SInt64 sideLastQty

Fill quantity for the original Eurex strategy.

Definition at line 81 of file SRQSCreateDealNotification.h.

◆ targetPartyEnteringTrader

std::string targetPartyEnteringTrader

Name of target user/trader.

Definition at line 96 of file SRQSCreateDealNotification.h.

◆ targetPartyExecutingFirm

std::string targetPartyExecutingFirm

Name of the target business unit.

Definition at line 90 of file SRQSCreateDealNotification.h.

◆ targetPartyExecutingTrader

std::string targetPartyExecutingTrader

Name of the target trader name.

Definition at line 93 of file SRQSCreateDealNotification.h.

◆ targetPartyIdExecutingTrader

UInt32 targetPartyIdExecutingTrader

Owning User ID.

Definition at line 87 of file SRQSCreateDealNotification.h.