29 class TestingFullOrderExecution;
40 class ONIXS_EUREX_EMDI_API FullOrderExecution :
public MessageBase
89 friend class Implementation::MessageFactory;
90 friend class ::Testing::TestingFullOrderExecution;
Decimal type for better precision.
UInt32 trdMatchID() const
Unique identifier for each price level (match step) of a match event; it is used for public trade rep...
UInt64 trdRegTSTimePriority() const
Priority timestamp.
bool price(Decimal &price) const
The price at which the order entered the book. Typically it is equal to LastPx except during auction ...
EOBI::MDUpdateAction::Enum mdUpdateAction() const
Type of Market Data update action.
EOBI::OrderType::Enum ordType() const
Order type. Used for cash market instruments only.
Int64 securityID() const
Unique instrument identifier.
Decimal lastPx() const
Price of this fill.
void toString(std::string &) const override
Appends text presentation.
EOBI::Side::Enum side() const
Side of the order.
Int8 hHIIndicator() const
The updated index of the HHI interval at the ordersÂ’ price level, if the product is HHI enabled.
EOBI::MarketDataType::Enum marketDataType() const
Market data type.
EOBI::AlgorithmicTradeIndicator::Enum algorithmicTradeIndicator() const
EOBI::SecurityIDSource::Enum securityIDSource() const
Marketplace assigned identifier.
std::string msgType() const
Message type.
QuantityType lastQty() const
Quantity executed in this fill.
const DataSource & dataSource() const
Returns data source.
MessageBase(const void *data, const DataSource &dataSource)