#include <OnixS/Eurex/Trading/Messages/BasketRollBroadcast.h>
Public Member Functions | |
| NewBasketSideAllocGrpElem () | |
| std::string | toString () const |
Public Attributes | |
| SInt64 | allocQty |
| UInt32 | individualAllocId |
| PartySubIdType::Enum | partySubIdType |
| Side::Enum | side |
| PositionEffect::Enum | positionEffect |
| UInt8 | instrmtMatchSideId |
| TradeAllocStatus::Enum | tradeAllocStatus |
| std::string | partyExecutingFirm |
| std::string | partyExecutingTrader |
Friends | |
| class | Serializer |
Definition at line 276 of file BasketRollBroadcast.h.
Initialize default instance.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 314 of file BasketRollBroadcast.h.
| SInt64 allocQty |
Quantity of the particular trade side in the TES trade.
Definition at line 283 of file BasketRollBroadcast.h.
| UInt32 individualAllocId |
Unique identifier for a TES trade side.
Definition at line 286 of file BasketRollBroadcast.h.
| UInt8 instrmtMatchSideId |
ID to map element of InstrmtMatchSideGrp and BasketSideAllocGrp.
Definition at line 299 of file BasketRollBroadcast.h.
| std::string partyExecutingFirm |
Owning business unit name.
Definition at line 305 of file BasketRollBroadcast.h.
| std::string partyExecutingTrader |
Owning user name.
Definition at line 308 of file BasketRollBroadcast.h.
| PartySubIdType::Enum partySubIdType |
Party sub-type.
Definition at line 289 of file BasketRollBroadcast.h.
| PositionEffect::Enum positionEffect |
Field is used for Eurex position management purposes and indicates whether the order is submitted to open or close a position.
Definition at line 296 of file BasketRollBroadcast.h.
| Side::Enum side |
Side of the order.
Definition at line 292 of file BasketRollBroadcast.h.
| TradeAllocStatus::Enum tradeAllocStatus |
Status of an allocation in a Trade Entry Service trade.
Definition at line 302 of file BasketRollBroadcast.h.