public class OrderExecNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
OrderExecNotification()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
ApplId |
getApplId()
Identifier for subscription and retransmission of an ETI data stream.
|
byte[] |
getApplMsgId()
Message key assigned to a order/quote event related Eurex ETI data stream.
|
ApplResendFlag |
getApplResendFlag()
Indicates a retransmission message.
|
long |
getClOrdId()
Unique participant defined order request identifier.
|
CrossedIndicator |
getCrossedIndicator()
Indicates SMP involvement.
|
long |
getCumQty()
Cumulated executed quantity of an order.
|
long |
getCxlQty()
Total quantity cancelled for this order.
|
long |
getExecId()
Transaction timestamp.
|
ExecRestatementReason |
getExecRestatementReason()
Code to further qualify the field ExecType (150) of the Execution Report (8) message.
|
ExecType |
getExecType()
The reason why this message was generated.
|
List<FillsGrpElem> |
getFillsGrp()
Fills Group.
|
String |
getFixClOrdId()
User defined client order ID.
|
List<InstrmntLegExecGrpElem> |
getInstrmntLegExecGrp()
Instrmnt Leg Exec Group.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
long |
getLeavesQty()
Remaining quantity of an order.
|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
long |
getMassOrderReportId()
Mass order response identifier generated by the exchange.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
List<OrderEventGrpElem> |
getOrderEventGrp()
Order Event Group.
|
long |
getOrderId()
Exchange Order ID generated by Eurex System; it remains constant over the lifetime of an order.
|
OrdStatus |
getOrdStatus()
Conveys the current status of an order.
|
long |
getOrigClOrdId()
ClOrdID (11) of the last successfully processed task (request) referring to the specific order; used for client order ID chaining.
|
int |
getPartitionId()
Is required to define the scope of a Retransmission Request.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
long |
getSendingTime()
Gateway response out timestamp.
|
Side |
getSide()
Side of the order.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTrdRegTSTimeOut()
Matching engine out timestamp.
|
Triggered |
getTriggered()
Indicates if an order has been previously triggered.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
OrderExecNotification |
setApplId(ApplId value) |
OrderExecNotification |
setApplMsgId(byte[] value) |
OrderExecNotification |
setApplResendFlag(ApplResendFlag value) |
OrderExecNotification |
setClOrdId(long value) |
OrderExecNotification |
setCrossedIndicator(CrossedIndicator value) |
OrderExecNotification |
setCumQty(long value) |
OrderExecNotification |
setCxlQty(long value) |
OrderExecNotification |
setExecId(long value) |
OrderExecNotification |
setExecRestatementReason(ExecRestatementReason value) |
OrderExecNotification |
setExecType(ExecType value) |
OrderExecNotification |
setFillsGrp(List<FillsGrpElem> value) |
OrderExecNotification |
setFixClOrdId(String value) |
OrderExecNotification |
setInstrmntLegExecGrp(List<InstrmntLegExecGrpElem> value) |
OrderExecNotification |
setLastFragment(LastFragment value) |
OrderExecNotification |
setLeavesQty(long value) |
OrderExecNotification |
setMarketSegmentId(int value) |
OrderExecNotification |
setMassOrderReportId(long value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
OrderExecNotification |
setOrderEventGrp(List<OrderEventGrpElem> value) |
OrderExecNotification |
setOrderId(long value) |
OrderExecNotification |
setOrdStatus(OrdStatus value) |
OrderExecNotification |
setOrigClOrdId(long value) |
OrderExecNotification |
setPartitionId(int value) |
OrderExecNotification |
setProductComplex(ProductComplex value) |
OrderExecNotification |
setSecurityId(long value) |
void |
setSendingTime(long value) |
OrderExecNotification |
setSide(Side value) |
OrderExecNotification |
setTrdRegTSTimeOut(long value) |
OrderExecNotification |
setTriggered(Triggered value) |
String |
toString()
Returns a string representation.
|
public String toString()
public TemplateId getTemplateId()
getTemplateId
in interface Message
public void serialize(SerializerHelpers serializerHelpers) throws IOException
serialize
in interface Message
IOException
public void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
deserialize
in interface Message
IOException
public void notify(MessageListener listener)
public long getMsgSeqNum()
getMsgSeqNum
in interface Message
public void setMsgSeqNum(long value)
Message
setMsgSeqNum
in interface Message
public long getSendingTime()
public void setSendingTime(long value)
public long getTrdRegTSTimeOut()
public OrderExecNotification setTrdRegTSTimeOut(long value)
public int getPartitionId()
public OrderExecNotification setPartitionId(int value)
public byte[] getApplMsgId()
public OrderExecNotification setApplMsgId(byte[] value)
public ApplId getApplId()
public OrderExecNotification setApplId(ApplId value)
public ApplResendFlag getApplResendFlag()
public OrderExecNotification setApplResendFlag(ApplResendFlag value)
public LastFragment getLastFragment()
public OrderExecNotification setLastFragment(LastFragment value)
public long getOrderId()
public OrderExecNotification setOrderId(long value)
public long getClOrdId()
public OrderExecNotification setClOrdId(long value)
public long getOrigClOrdId()
public OrderExecNotification setOrigClOrdId(long value)
public long getSecurityId()
public OrderExecNotification setSecurityId(long value)
public long getExecId()
public OrderExecNotification setExecId(long value)
public long getLeavesQty()
public OrderExecNotification setLeavesQty(long value)
public long getCumQty()
public OrderExecNotification setCumQty(long value)
public long getCxlQty()
public OrderExecNotification setCxlQty(long value)
public int getMarketSegmentId()
public OrderExecNotification setMarketSegmentId(int value)
public long getMassOrderReportId()
public OrderExecNotification setMassOrderReportId(long value)
public ExecRestatementReason getExecRestatementReason()
public OrderExecNotification setExecRestatementReason(ExecRestatementReason value)
public Side getSide()
public OrderExecNotification setSide(Side value)
public ProductComplex getProductComplex()
public OrderExecNotification setProductComplex(ProductComplex value)
public OrdStatus getOrdStatus()
public OrderExecNotification setOrdStatus(OrdStatus value)
public ExecType getExecType()
public OrderExecNotification setExecType(ExecType value)
public Triggered getTriggered()
public OrderExecNotification setTriggered(Triggered value)
public CrossedIndicator getCrossedIndicator()
public OrderExecNotification setCrossedIndicator(CrossedIndicator value)
public String getFixClOrdId()
public OrderExecNotification setFixClOrdId(String value)
public List<FillsGrpElem> getFillsGrp()
public OrderExecNotification setFillsGrp(List<FillsGrpElem> value)
public List<InstrmntLegExecGrpElem> getInstrmntLegExecGrp()
public OrderExecNotification setInstrmntLegExecGrp(List<InstrmntLegExecGrpElem> value)
public List<OrderEventGrpElem> getOrderEventGrp()
public OrderExecNotification setOrderEventGrp(List<OrderEventGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.