Public Member Functions | |
| RBCHeaderElem () | |
| std::string | toString () const |
Public Attributes | |
| std::uint64_t | sendingTime |
| std::uint32_t | partyIdExecutingUnit |
| std::uint16_t | partitionId |
| ApplId::Enum | applId |
| LastFragment::Enum | lastFragment |
Friends | |
| class | Serializer |
Definition at line 43 of file DeleteOrderBroadcast.h.
| RBCHeaderElem | ( | ) |
Initialize default instance.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 69 of file DeleteOrderBroadcast.h.
| ApplId::Enum applId |
Identifier for subscription and retransmission of an ETI data stream.
Definition at line 59 of file DeleteOrderBroadcast.h.
| LastFragment::Enum lastFragment |
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
Definition at line 63 of file DeleteOrderBroadcast.h.
| std::uint16_t partitionId |
Is required to define the scope of a Retransmission Request.
Definition at line 56 of file DeleteOrderBroadcast.h.
| std::uint32_t partyIdExecutingUnit |
Owning Business Unit.
Definition at line 53 of file DeleteOrderBroadcast.h.
| std::uint64_t sendingTime |
Gateway response out timestamp.
Definition at line 50 of file DeleteOrderBroadcast.h.