public class CLIPExecutionNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
CLIPExecutionNotification()
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 |
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.
|
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.
|
MatchType |
getMatchType()
The point in the matching process at which this trade was matched.
|
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.
|
CLIPExecutionNotification |
setApplId(ApplId value) |
CLIPExecutionNotification |
setApplMsgId(byte[] value) |
CLIPExecutionNotification |
setApplResendFlag(ApplResendFlag value) |
CLIPExecutionNotification |
setCumQty(long value) |
CLIPExecutionNotification |
setCxlQty(long value) |
CLIPExecutionNotification |
setExecId(long value) |
CLIPExecutionNotification |
setExecRestatementReason(ExecRestatementReason value) |
CLIPExecutionNotification |
setExecType(ExecType value) |
CLIPExecutionNotification |
setFillsGrp(List<FillsGrpElem> value) |
CLIPExecutionNotification |
setInstrmntLegExecGrp(List<InstrmntLegExecGrpElem> value) |
CLIPExecutionNotification |
setLastFragment(LastFragment value) |
CLIPExecutionNotification |
setLeavesQty(long value) |
CLIPExecutionNotification |
setMarketSegmentId(int value) |
CLIPExecutionNotification |
setMatchType(MatchType value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
CLIPExecutionNotification |
setOrderId(long value) |
CLIPExecutionNotification |
setOrdStatus(OrdStatus value) |
CLIPExecutionNotification |
setPartitionId(int value) |
CLIPExecutionNotification |
setProductComplex(ProductComplex value) |
CLIPExecutionNotification |
setSecurityId(long value) |
void |
setSendingTime(long value) |
CLIPExecutionNotification |
setSide(Side value) |
CLIPExecutionNotification |
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 CLIPExecutionNotification setTrdRegTSTimeOut(long value)
public int getPartitionId()
public CLIPExecutionNotification setPartitionId(int value)
public byte[] getApplMsgId()
public CLIPExecutionNotification setApplMsgId(byte[] value)
public ApplId getApplId()
public CLIPExecutionNotification setApplId(ApplId value)
public ApplResendFlag getApplResendFlag()
public CLIPExecutionNotification setApplResendFlag(ApplResendFlag value)
public LastFragment getLastFragment()
public CLIPExecutionNotification setLastFragment(LastFragment value)
public long getOrderId()
public CLIPExecutionNotification setOrderId(long value)
public long getExecId()
public CLIPExecutionNotification setExecId(long value)
public long getSecurityId()
public CLIPExecutionNotification setSecurityId(long value)
public long getCxlQty()
public CLIPExecutionNotification setCxlQty(long value)
public long getLeavesQty()
public CLIPExecutionNotification setLeavesQty(long value)
public long getCumQty()
public CLIPExecutionNotification setCumQty(long value)
public int getMarketSegmentId()
public CLIPExecutionNotification setMarketSegmentId(int value)
public ExecRestatementReason getExecRestatementReason()
public CLIPExecutionNotification setExecRestatementReason(ExecRestatementReason value)
public ProductComplex getProductComplex()
public CLIPExecutionNotification setProductComplex(ProductComplex value)
public Side getSide()
public CLIPExecutionNotification setSide(Side value)
public OrdStatus getOrdStatus()
public CLIPExecutionNotification setOrdStatus(OrdStatus value)
public ExecType getExecType()
public CLIPExecutionNotification setExecType(ExecType value)
public MatchType getMatchType()
public CLIPExecutionNotification setMatchType(MatchType value)
public List<FillsGrpElem> getFillsGrp()
public CLIPExecutionNotification setFillsGrp(List<FillsGrpElem> value)
public List<InstrmntLegExecGrpElem> getInstrmntLegExecGrp()
public CLIPExecutionNotification setInstrmntLegExecGrp(List<InstrmntLegExecGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.