public class RetransmitResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
RetransmitResponse()
Create new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getApplEndSeqNum()
Ending range of application sequence numbers.
|
int |
getApplTotalMessageCount()
Total number of messages included in transmission.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
long |
getRefApplLastSeqNum()
Last application sequence number known by the Eurex system for a certain scope of RefApplID, SubscriptionScope and PartitionID.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
RetransmitResponse |
setApplEndSeqNum(long value) |
RetransmitResponse |
setApplTotalMessageCount(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
RetransmitResponse |
setRefApplLastSeqNum(long value) |
void |
setRequestTime(long value) |
void |
setSendingTime(long value) |
String |
toString()
Returns a string representation.
|
public String toString()
public TemplateId getTemplateId()
getTemplateId in interface Messagepublic void serialize(SerializerHelpers serializerHelpers) throws IOException
serialize in interface MessageIOExceptionpublic void deserialize(DeserializerHelpers deserializerHelpers) throws IOException
deserialize in interface MessageIOExceptionpublic void notify(MessageListener listener)
public long getMsgSeqNum()
getMsgSeqNum in interface Messagepublic void setMsgSeqNum(long value)
MessagesetMsgSeqNum in interface Messagepublic long getSendingTime()
public void setSendingTime(long value)
public long getRequestTime()
public void setRequestTime(long value)
public long getApplEndSeqNum()
public RetransmitResponse setApplEndSeqNum(long value)
public long getRefApplLastSeqNum()
public RetransmitResponse setRefApplLastSeqNum(long value)
public int getApplTotalMessageCount()
public RetransmitResponse setApplTotalMessageCount(int value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.