public class DeleteAllQuoteResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
DeleteAllQuoteResponse()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
long |
getMassActionReportId()
Transaction timestamp.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
List<NotAffectedSecuritiesGrpElem> |
getNotAffectedSecuritiesGrp()
Not Affected Securities Group.
|
long |
getRequestTime()
Gateway response out timestamp.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTrdRegTSTimeIn()
Matching engine in timestamp.
|
long |
getTrdRegTSTimeOut()
Matching engine out timestamp.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
DeleteAllQuoteResponse |
setLastFragment(LastFragment value) |
DeleteAllQuoteResponse |
setMassActionReportId(long value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
DeleteAllQuoteResponse |
setNotAffectedSecuritiesGrp(List<NotAffectedSecuritiesGrpElem> value) |
void |
setRequestTime(long value) |
void |
setSendingTime(long value) |
DeleteAllQuoteResponse |
setTrdRegTSTimeIn(long value) |
DeleteAllQuoteResponse |
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 getRequestTime()
public void setRequestTime(long value)
public long getTrdRegTSTimeIn()
public DeleteAllQuoteResponse setTrdRegTSTimeIn(long value)
public long getTrdRegTSTimeOut()
public DeleteAllQuoteResponse setTrdRegTSTimeOut(long value)
public LastFragment getLastFragment()
public DeleteAllQuoteResponse setLastFragment(LastFragment value)
public long getMassActionReportId()
public DeleteAllQuoteResponse setMassActionReportId(long value)
public List<NotAffectedSecuritiesGrpElem> getNotAffectedSecuritiesGrp()
public DeleteAllQuoteResponse setNotAffectedSecuritiesGrp(List<NotAffectedSecuritiesGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.