public class QuoteExecutionReport extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
QuoteExecutionReport()
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 |
getExecId()
Transaction timestamp.
|
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.
|
int |
getPartitionId()
Is required to define the scope of a Retransmission Request.
|
List<QuoteEventGrpElem> |
getQuoteEventGrp()
Quote Event Group.
|
List<QuoteLegExecGrpElem> |
getQuoteLegExecGrp()
Quote Leg Exec Group.
|
long |
getSendingTime()
Gateway response out timestamp.
|
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.
|
QuoteExecutionReport |
setApplId(ApplId value) |
QuoteExecutionReport |
setApplMsgId(byte[] value) |
QuoteExecutionReport |
setApplResendFlag(ApplResendFlag value) |
QuoteExecutionReport |
setExecId(long value) |
QuoteExecutionReport |
setLastFragment(LastFragment value) |
QuoteExecutionReport |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
QuoteExecutionReport |
setPartitionId(int value) |
QuoteExecutionReport |
setQuoteEventGrp(List<QuoteEventGrpElem> value) |
QuoteExecutionReport |
setQuoteLegExecGrp(List<QuoteLegExecGrpElem> value) |
void |
setSendingTime(long value) |
QuoteExecutionReport |
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 QuoteExecutionReport setTrdRegTSTimeOut(long value)
public int getPartitionId()
public QuoteExecutionReport setPartitionId(int value)
public byte[] getApplMsgId()
public QuoteExecutionReport setApplMsgId(byte[] value)
public ApplId getApplId()
public QuoteExecutionReport setApplId(ApplId value)
public ApplResendFlag getApplResendFlag()
public QuoteExecutionReport setApplResendFlag(ApplResendFlag value)
public LastFragment getLastFragment()
public QuoteExecutionReport setLastFragment(LastFragment value)
public long getExecId()
public QuoteExecutionReport setExecId(long value)
public int getMarketSegmentId()
public QuoteExecutionReport setMarketSegmentId(int value)
public List<QuoteEventGrpElem> getQuoteEventGrp()
public QuoteExecutionReport setQuoteEventGrp(List<QuoteEventGrpElem> value)
public List<QuoteLegExecGrpElem> getQuoteLegExecGrp()
public QuoteExecutionReport setQuoteLegExecGrp(List<QuoteLegExecGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.