public class BroadcastErrorNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
BroadcastErrorNotification()
Create new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
ApplIdStatus |
getApplIdStatus()
Subscription status.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
RefApplId |
getRefApplId()
Reference to the unique application identifier.
|
long |
getRefApplSubId()
Unique ID for the subscription instance assigned by the Eurex system during broadcast subscription.
|
long |
getSendingTime()
Gateway response out timestamp.
|
SessionStatus |
getSessionStatus()
Status of an ETI session.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
String |
getVarText()
Text.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
BroadcastErrorNotification |
setApplIdStatus(ApplIdStatus value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
BroadcastErrorNotification |
setRefApplId(RefApplId value) |
BroadcastErrorNotification |
setRefApplSubId(long value) |
void |
setSendingTime(long value) |
BroadcastErrorNotification |
setSessionStatus(SessionStatus value) |
BroadcastErrorNotification |
setVarText(String value) |
String |
toString()
Returns a string representation.
|
public BroadcastErrorNotification()
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 ApplIdStatus getApplIdStatus()
public BroadcastErrorNotification setApplIdStatus(ApplIdStatus value)
public long getRefApplSubId()
public BroadcastErrorNotification setRefApplSubId(long value)
public RefApplId getRefApplId()
public BroadcastErrorNotification setRefApplId(RefApplId value)
public SessionStatus getSessionStatus()
public BroadcastErrorNotification setSessionStatus(SessionStatus value)
public String getVarText()
public BroadcastErrorNotification setVarText(String value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.