public class TradingSessionStatusBroadcast extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
TradingSessionStatusBroadcast()
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.
|
byte[] |
getApplMsgId()
Message key assigned to a order/quote event related Eurex 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.
|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
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.
|
byte[] |
getRefApplLastMsgId()
Last persisted message key in case of a Market Reset event.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTradeDate()
Trade date.
|
TradSesEvent |
getTradSesEvent()
Trading session event type.
|
long |
getTrdRegTSTimeOut()
Matching engine out timestamp.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
TradingSessionStatusBroadcast |
setApplId(ApplId value) |
TradingSessionStatusBroadcast |
setApplMsgId(byte[] value) |
TradingSessionStatusBroadcast |
setApplResendFlag(ApplResendFlag value) |
TradingSessionStatusBroadcast |
setApplSubId(long value) |
TradingSessionStatusBroadcast |
setLastFragment(LastFragment value) |
TradingSessionStatusBroadcast |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
TradingSessionStatusBroadcast |
setPartitionId(int value) |
TradingSessionStatusBroadcast |
setRefApplLastMsgId(byte[] value) |
void |
setSendingTime(long value) |
TradingSessionStatusBroadcast |
setTradeDate(long value) |
TradingSessionStatusBroadcast |
setTradSesEvent(TradSesEvent value) |
TradingSessionStatusBroadcast |
setTrdRegTSTimeOut(long value) |
String |
toString()
Returns a string representation.
|
public TradingSessionStatusBroadcast()
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 getTrdRegTSTimeOut()
public TradingSessionStatusBroadcast setTrdRegTSTimeOut(long value)
public long getApplSubId()
public TradingSessionStatusBroadcast setApplSubId(long value)
public int getPartitionId()
public TradingSessionStatusBroadcast setPartitionId(int value)
public byte[] getApplMsgId()
public TradingSessionStatusBroadcast setApplMsgId(byte[] value)
public ApplId getApplId()
public TradingSessionStatusBroadcast setApplId(ApplId value)
public ApplResendFlag getApplResendFlag()
public TradingSessionStatusBroadcast setApplResendFlag(ApplResendFlag value)
public LastFragment getLastFragment()
public TradingSessionStatusBroadcast setLastFragment(LastFragment value)
public int getMarketSegmentId()
public TradingSessionStatusBroadcast setMarketSegmentId(int value)
public long getTradeDate()
public TradingSessionStatusBroadcast setTradeDate(long value)
public TradSesEvent getTradSesEvent()
public TradingSessionStatusBroadcast setTradSesEvent(TradSesEvent value)
public byte[] getRefApplLastMsgId()
public TradingSessionStatusBroadcast setRefApplLastMsgId(byte[] value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.