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 |
Definition at line 84 of file DeleteOrderBroadcast.h.
Initialize default instance.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 124 of file DeleteOrderBroadcast.h.
| 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.
| 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.
| 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.
| 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.
| 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::Enum execType |
The reason why this message was generated.
Definition at line 112 of file DeleteOrderBroadcast.h.
| OrdStatus::Enum ordStatus |
Conveys the current status of an order.
Definition at line 109 of file DeleteOrderBroadcast.h.
| std::uint32_t partyIdExecutingTrader |
Owning User ID.
Definition at line 106 of file DeleteOrderBroadcast.h.
| 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.
| std::int64_t securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 100 of file DeleteOrderBroadcast.h.