public class TMTradingSessionStatusBroadcast extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
TMTradingSessionStatusBroadcast()
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.
|
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.
|
TradSesEvent |
getTradSesEvent()
Trading session event type.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
TMTradingSessionStatusBroadcast |
setApplId(ApplId value) |
TMTradingSessionStatusBroadcast |
setApplResendFlag(ApplResendFlag value) |
TMTradingSessionStatusBroadcast |
setApplSeqNum(long value) |
TMTradingSessionStatusBroadcast |
setApplSubId(long value) |
TMTradingSessionStatusBroadcast |
setLastFragment(LastFragment value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
TMTradingSessionStatusBroadcast |
setPartitionId(int value) |
void |
setSendingTime(long value) |
TMTradingSessionStatusBroadcast |
setTradSesEvent(TradSesEvent value) |
String |
toString()
Returns a string representation.
|
public TMTradingSessionStatusBroadcast()
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 TMTradingSessionStatusBroadcast setApplSeqNum(long value)
public long getApplSubId()
public TMTradingSessionStatusBroadcast setApplSubId(long value)
public int getPartitionId()
public TMTradingSessionStatusBroadcast setPartitionId(int value)
public ApplResendFlag getApplResendFlag()
public TMTradingSessionStatusBroadcast setApplResendFlag(ApplResendFlag value)
public ApplId getApplId()
public TMTradingSessionStatusBroadcast setApplId(ApplId value)
public LastFragment getLastFragment()
public TMTradingSessionStatusBroadcast setLastFragment(LastFragment value)
public TradSesEvent getTradSesEvent()
public TMTradingSessionStatusBroadcast setTradSesEvent(TradSesEvent value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.