public class SRQSNegotiationStatusNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
SRQSNegotiationStatusNotification()
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 |
getApplSeqNum()
Message sequence number assigned to a non-order related Eurex ETI data stream.
|
long |
getApplSubId()
Unique ID assigned by the Eurex system during broadcast subscription in order to link broadcasts to the related subscription.
|
long |
getEffectiveTime()
Time an SRQS STP deal is executed.
|
String |
getFirmNegotiationId()
User defined ID of a SRQS negotiation.
|
LastFragment |
getLastFragment()
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
long |
getNegotiationId()
ID of a SRQS negotiation.
|
QuoteCondition |
getQuoteCondition()
Status of the quote.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTransactTime()
Timestamp of the match event (trade).
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
SRQSNegotiationStatusNotification |
setApplId(ApplId value) |
SRQSNegotiationStatusNotification |
setApplResendFlag(ApplResendFlag value) |
SRQSNegotiationStatusNotification |
setApplSeqNum(long value) |
SRQSNegotiationStatusNotification |
setApplSubId(long value) |
SRQSNegotiationStatusNotification |
setEffectiveTime(long value) |
SRQSNegotiationStatusNotification |
setFirmNegotiationId(String value) |
SRQSNegotiationStatusNotification |
setLastFragment(LastFragment value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
SRQSNegotiationStatusNotification |
setNegotiationId(long value) |
SRQSNegotiationStatusNotification |
setQuoteCondition(QuoteCondition value) |
void |
setSendingTime(long value) |
SRQSNegotiationStatusNotification |
setTransactTime(long value) |
String |
toString()
Returns a string representation.
|
public SRQSNegotiationStatusNotification()
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 getApplSeqNum()
public SRQSNegotiationStatusNotification setApplSeqNum(long value)
public long getApplSubId()
public SRQSNegotiationStatusNotification setApplSubId(long value)
public ApplResendFlag getApplResendFlag()
public SRQSNegotiationStatusNotification setApplResendFlag(ApplResendFlag value)
public ApplId getApplId()
public SRQSNegotiationStatusNotification setApplId(ApplId value)
public LastFragment getLastFragment()
public SRQSNegotiationStatusNotification setLastFragment(LastFragment value)
public long getTransactTime()
public SRQSNegotiationStatusNotification setTransactTime(long value)
public long getEffectiveTime()
public SRQSNegotiationStatusNotification setEffectiveTime(long value)
public long getNegotiationId()
public SRQSNegotiationStatusNotification setNegotiationId(long value)
public QuoteCondition getQuoteCondition()
public SRQSNegotiationStatusNotification setQuoteCondition(QuoteCondition value)
public String getFirmNegotiationId()
public SRQSNegotiationStatusNotification setFirmNegotiationId(String value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.