public class LegalNotificationBroadcast extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
LegalNotificationBroadcast()
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.
|
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.
|
int |
getPartitionId()
Is required to define the scope of a Retransmission Request.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTransactTime()
Timestamp of the match event (trade).
|
UserStatus |
getUserStatus()
User status.
|
String |
getVarText()
Text.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
LegalNotificationBroadcast |
setApplId(ApplId value) |
LegalNotificationBroadcast |
setApplResendFlag(ApplResendFlag value) |
LegalNotificationBroadcast |
setApplSeqNum(long value) |
LegalNotificationBroadcast |
setLastFragment(LastFragment value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
LegalNotificationBroadcast |
setPartitionId(int value) |
void |
setSendingTime(long value) |
LegalNotificationBroadcast |
setTransactTime(long value) |
LegalNotificationBroadcast |
setUserStatus(UserStatus value) |
LegalNotificationBroadcast |
setVarText(String value) |
String |
toString()
Returns a string representation.
|
public LegalNotificationBroadcast()
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 getApplSeqNum()
public LegalNotificationBroadcast setApplSeqNum(long value)
public int getPartitionId()
public LegalNotificationBroadcast setPartitionId(int value)
public ApplResendFlag getApplResendFlag()
public LegalNotificationBroadcast setApplResendFlag(ApplResendFlag value)
public ApplId getApplId()
public LegalNotificationBroadcast setApplId(ApplId value)
public LastFragment getLastFragment()
public LegalNotificationBroadcast setLastFragment(LastFragment value)
public long getTransactTime()
public LegalNotificationBroadcast setTransactTime(long value)
public UserStatus getUserStatus()
public LegalNotificationBroadcast setUserStatus(UserStatus value)
public String getVarText()
public LegalNotificationBroadcast setVarText(String value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.