public class SRQSQuoteSnapshotNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
SRQSQuoteSnapshotNotification()
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.
|
ApplResendFlag |
getApplResendFlag()
Indicates a retransmission message.
|
long |
getApplSubId()
Unique ID assigned by the Eurex system during broadcast subscription in order to link broadcasts to the related subscription.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
MessageEventSource |
getMessageEventSource()
Receiver of a message.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
long |
getSendingTime()
Gateway response out timestamp.
|
List<SRQSQuoteEntryGrpElem> |
getSRQSQuoteEntryGrp()
SRQS Quote Entry Group.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
SRQSQuoteSnapshotNotification |
setApplId(ApplId value) |
SRQSQuoteSnapshotNotification |
setApplResendFlag(ApplResendFlag value) |
SRQSQuoteSnapshotNotification |
setApplSubId(long value) |
SRQSQuoteSnapshotNotification |
setLastFragment(LastFragment value) |
SRQSQuoteSnapshotNotification |
setMessageEventSource(MessageEventSource value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
void |
setSendingTime(long value) |
SRQSQuoteSnapshotNotification |
setSRQSQuoteEntryGrp(List<SRQSQuoteEntryGrpElem> value) |
String |
toString()
Returns a string representation.
|
public SRQSQuoteSnapshotNotification()
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 getApplSubId()
public SRQSQuoteSnapshotNotification setApplSubId(long value)
public ApplResendFlag getApplResendFlag()
public SRQSQuoteSnapshotNotification setApplResendFlag(ApplResendFlag value)
public ApplId getApplId()
public SRQSQuoteSnapshotNotification setApplId(ApplId value)
public LastFragment getLastFragment()
public SRQSQuoteSnapshotNotification setLastFragment(LastFragment value)
public MessageEventSource getMessageEventSource()
public SRQSQuoteSnapshotNotification setMessageEventSource(MessageEventSource value)
public List<SRQSQuoteEntryGrpElem> getSRQSQuoteEntryGrp()
public SRQSQuoteSnapshotNotification setSRQSQuoteEntryGrp(List<SRQSQuoteEntryGrpElem> value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.