public class InquireSessionListResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
InquireSessionListResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSendingTime()
Gateway response out timestamp.
|
List<SessionsGrpElem> |
getSessionsGrp()
Sessions Group.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
void |
setMsgSeqNum(long value)
Set message sequence number.
|
void |
setRequestTime(long value) |
void |
setSendingTime(long value) |
InquireSessionListResponse |
setSessionsGrp(List<SessionsGrpElem> value) |
String |
toString()
Returns a string representation.
|
public InquireSessionListResponse()
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 List<SessionsGrpElem> getSessionsGrp()
public InquireSessionListResponse setSessionsGrp(List<SessionsGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.