public class CLIPDeletionNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
CLIPDeletionNotification()
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.
|
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.
|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
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.
|
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.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
CLIPDeletionNotification |
setApplId(ApplId value) |
CLIPDeletionNotification |
setCxlQty(long value) |
CLIPDeletionNotification |
setExecId(long value) |
CLIPDeletionNotification |
setExecRestatementReason(ExecRestatementReason value) |
CLIPDeletionNotification |
setExecType(ExecType value) |
CLIPDeletionNotification |
setLastFragment(LastFragment value) |
CLIPDeletionNotification |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
CLIPDeletionNotification |
setOrderId(long value) |
CLIPDeletionNotification |
setOrdStatus(OrdStatus value) |
CLIPDeletionNotification |
setPartitionId(int value) |
CLIPDeletionNotification |
setProductComplex(ProductComplex value) |
CLIPDeletionNotification |
setSecurityId(long value) |
void |
setSendingTime(long value) |
CLIPDeletionNotification |
setSide(Side value) |
CLIPDeletionNotification |
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 getTrdRegTSTimeOut()
public CLIPDeletionNotification setTrdRegTSTimeOut(long value)
public int getPartitionId()
public CLIPDeletionNotification setPartitionId(int value)
public ApplId getApplId()
public CLIPDeletionNotification setApplId(ApplId value)
public LastFragment getLastFragment()
public CLIPDeletionNotification setLastFragment(LastFragment value)
public long getOrderId()
public CLIPDeletionNotification setOrderId(long value)
public long getExecId()
public CLIPDeletionNotification setExecId(long value)
public long getSecurityId()
public CLIPDeletionNotification setSecurityId(long value)
public long getCxlQty()
public CLIPDeletionNotification setCxlQty(long value)
public int getMarketSegmentId()
public CLIPDeletionNotification setMarketSegmentId(int value)
public ExecRestatementReason getExecRestatementReason()
public CLIPDeletionNotification setExecRestatementReason(ExecRestatementReason value)
public ProductComplex getProductComplex()
public CLIPDeletionNotification setProductComplex(ProductComplex value)
public Side getSide()
public CLIPDeletionNotification setSide(Side value)
public OrdStatus getOrdStatus()
public CLIPDeletionNotification setOrdStatus(OrdStatus value)
public ExecType getExecType()
public CLIPDeletionNotification setExecType(ExecType value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.