public class MassQuoteResponse extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
MassQuoteResponse()
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.
|
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.
|
List<QuoteEntryAckGrpElem> |
getQuoteEntryAckGrp()
Quote Entry Ack Group.
|
long |
getQuoteId()
Customer defined mass quote identifier.
|
long |
getQuoteResponseId()
Mass quote response identifier generated by the exchange.
|
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.
|
MassQuoteResponse |
setLastFragment(LastFragment value) |
MassQuoteResponse |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
MassQuoteResponse |
setQuoteEntryAckGrp(List<QuoteEntryAckGrpElem> value) |
MassQuoteResponse |
setQuoteId(long value) |
MassQuoteResponse |
setQuoteResponseId(long value) |
void |
setRequestTime(long value) |
void |
setSendingTime(long value) |
MassQuoteResponse |
setTrdRegTSTimeIn(long value) |
MassQuoteResponse |
setTrdRegTSTimeOut(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 getTrdRegTSTimeIn()
public MassQuoteResponse setTrdRegTSTimeIn(long value)
public long getTrdRegTSTimeOut()
public MassQuoteResponse setTrdRegTSTimeOut(long value)
public LastFragment getLastFragment()
public MassQuoteResponse setLastFragment(LastFragment value)
public long getQuoteId()
public MassQuoteResponse setQuoteId(long value)
public long getQuoteResponseId()
public MassQuoteResponse setQuoteResponseId(long value)
public int getMarketSegmentId()
public MassQuoteResponse setMarketSegmentId(int value)
public List<QuoteEntryAckGrpElem> getQuoteEntryAckGrp()
public MassQuoteResponse setQuoteEntryAckGrp(List<QuoteEntryAckGrpElem> value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.