public class DeleteOrderNRResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
DeleteOrderNRResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getClOrdId()
Unique participant defined order request identifier.
|
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.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
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.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
TransactionDelayIndicator |
getTransactionDelayIndicator()
Indicator for a delayed transaction.
|
long |
getTrdRegTSTimeIn()
Matching engine in timestamp.
|
long |
getTrdRegTSTimeOut()
Matching engine out timestamp.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
DeleteOrderNRResponse |
setClOrdId(long value) |
DeleteOrderNRResponse |
setCumQty(long value) |
DeleteOrderNRResponse |
setCxlQty(long value) |
DeleteOrderNRResponse |
setExecId(long value) |
DeleteOrderNRResponse |
setExecRestatementReason(ExecRestatementReason value) |
DeleteOrderNRResponse |
setExecType(ExecType value) |
DeleteOrderNRResponse |
setLastFragment(LastFragment value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
DeleteOrderNRResponse |
setOrderId(long value) |
DeleteOrderNRResponse |
setOrdStatus(OrdStatus value) |
DeleteOrderNRResponse |
setOrigClOrdId(long value) |
DeleteOrderNRResponse |
setProductComplex(ProductComplex value) |
void |
setRequestTime(long value) |
DeleteOrderNRResponse |
setSecurityId(long value) |
void |
setSendingTime(long value) |
DeleteOrderNRResponse |
setTransactionDelayIndicator(TransactionDelayIndicator value) |
DeleteOrderNRResponse |
setTrdRegTSTimeIn(long value) |
DeleteOrderNRResponse |
setTrdRegTSTimeOut(long 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 getRequestTime()
public void setRequestTime(long value)
public long getTrdRegTSTimeIn()
public DeleteOrderNRResponse setTrdRegTSTimeIn(long value)
public long getTrdRegTSTimeOut()
public DeleteOrderNRResponse setTrdRegTSTimeOut(long value)
public LastFragment getLastFragment()
public DeleteOrderNRResponse setLastFragment(LastFragment value)
public long getOrderId()
public DeleteOrderNRResponse setOrderId(long value)
public long getClOrdId()
public DeleteOrderNRResponse setClOrdId(long value)
public long getOrigClOrdId()
public DeleteOrderNRResponse setOrigClOrdId(long value)
public long getSecurityId()
public DeleteOrderNRResponse setSecurityId(long value)
public long getExecId()
public DeleteOrderNRResponse setExecId(long value)
public long getCumQty()
public DeleteOrderNRResponse setCumQty(long value)
public long getCxlQty()
public DeleteOrderNRResponse setCxlQty(long value)
public OrdStatus getOrdStatus()
public DeleteOrderNRResponse setOrdStatus(OrdStatus value)
public ExecType getExecType()
public DeleteOrderNRResponse setExecType(ExecType value)
public ExecRestatementReason getExecRestatementReason()
public DeleteOrderNRResponse setExecRestatementReason(ExecRestatementReason value)
public ProductComplex getProductComplex()
public DeleteOrderNRResponse setProductComplex(ProductComplex value)
public TransactionDelayIndicator getTransactionDelayIndicator()
public DeleteOrderNRResponse setTransactionDelayIndicator(TransactionDelayIndicator value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.