OnixS Eurex EDCI Handler C++ library 1.0.0
Users' manual and API documentation
Loading...
Searching...
No Matches
DeleteOrderBroadcast::AffectedOrdGrpElem Class Reference

Public Member Functions

 AffectedOrdGrpElem ()
std::string toString () const

Public Attributes

std::uint64_t affectedOrderId
std::uint64_t affectedClOrdId
std::uint64_t affectedOrigClOrdId
std::int64_t securityId
std::uint32_t partyIdSessionId
std::uint32_t partyIdExecutingTrader
OrdStatus::Enum ordStatus
ExecType::Enum execType
std::string affectedFIXClOrdId
std::string affectedFIXOrigClOrdId

Friends

class Serializer

Detailed Description

Definition at line 84 of file DeleteOrderBroadcast.h.

Constructor & Destructor Documentation

◆ AffectedOrdGrpElem()

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ Serializer

friend class Serializer
friend

Definition at line 124 of file DeleteOrderBroadcast.h.

Member Data Documentation

◆ affectedClOrdId

std::uint64_t affectedClOrdId

Client Order ID of an order affected by a single or mass cancel request.

Definition at line 94 of file DeleteOrderBroadcast.h.

◆ affectedFIXClOrdId

std::string affectedFIXClOrdId

FIX Client Order ID of an order affected by a single or mass cancel request.

Definition at line 115 of file DeleteOrderBroadcast.h.

◆ affectedFIXOrigClOrdId

std::string affectedFIXOrigClOrdId

Original FIX Client Order ID of an order affected by a single or mass cancel request.

Definition at line 118 of file DeleteOrderBroadcast.h.

◆ affectedOrderId

std::uint64_t affectedOrderId

Exchange Order ID of an order affected by a single or mass cancel request.

Definition at line 91 of file DeleteOrderBroadcast.h.

◆ affectedOrigClOrdId

std::uint64_t affectedOrigClOrdId

Original Client Order ID of an order affected by a single or mass cancel request.

Definition at line 97 of file DeleteOrderBroadcast.h.

◆ execType

ExecType::Enum execType

The reason why this message was generated.

Definition at line 112 of file DeleteOrderBroadcast.h.

◆ ordStatus

OrdStatus::Enum ordStatus

Conveys the current status of an order.

Definition at line 109 of file DeleteOrderBroadcast.h.

◆ partyIdExecutingTrader

std::uint32_t partyIdExecutingTrader

Owning User ID.

Definition at line 106 of file DeleteOrderBroadcast.h.

◆ partyIdSessionId

std::uint32_t partyIdSessionId

Identification of a Trading Session provided by Eurex to a certain business unit.

Definition at line 103 of file DeleteOrderBroadcast.h.

◆ securityId

std::int64_t securityId

The instrument identifier uniquely identifies an instrument in the core system.

Definition at line 100 of file DeleteOrderBroadcast.h.