public class ServiceAvailabilityBroadcast extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
ServiceAvailabilityBroadcast()
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.
|
ApplSeqStatus |
getApplSeqStatus()
Informs about the availability of the retransmission services for order and quote events (session data and listener data).
|
long |
getApplSeqTradeDate()
Current business day of retransmission service for order and quote events (session and listener data).
|
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.
|
MatchingEngineStatus |
getMatchingEngineStatus()
Informs if trading is active for grouping of Eurex products.
|
long |
getMatchingEngineTradeDate()
Current business day of order management service.
|
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.
|
T7EntryServiceRtmStatus |
getT7EntryServiceRtmStatus()
Informs if Trade Entry Retransmission Service is active for grouping of Eurex products.
|
long |
getT7EntryServiceRtmTradeDate()
Current business day for Trade Entry Retransmission Service.
|
T7EntryServiceStatus |
getT7EntryServiceStatus()
Informs if Trade Entry Service is active for grouping of Eurex products.
|
long |
getT7EntryServiceTradeDate()
Current business day for Trade Entry Service.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
TradeManagerStatus |
getTradeManagerStatus()
Informs if trade broadcast dissemination is active for a grouping of Eurex products.
|
long |
getTradeManagerTradeDate()
Current business day of retransmission service for trades.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
ServiceAvailabilityBroadcast |
setApplId(ApplId value) |
ServiceAvailabilityBroadcast |
setApplSeqStatus(ApplSeqStatus value) |
ServiceAvailabilityBroadcast |
setApplSeqTradeDate(long value) |
ServiceAvailabilityBroadcast |
setApplSubId(long value) |
ServiceAvailabilityBroadcast |
setLastFragment(LastFragment value) |
ServiceAvailabilityBroadcast |
setMatchingEngineStatus(MatchingEngineStatus value) |
ServiceAvailabilityBroadcast |
setMatchingEngineTradeDate(long value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
ServiceAvailabilityBroadcast |
setPartitionId(int value) |
void |
setSendingTime(long value) |
ServiceAvailabilityBroadcast |
setT7EntryServiceRtmStatus(T7EntryServiceRtmStatus value) |
ServiceAvailabilityBroadcast |
setT7EntryServiceRtmTradeDate(long value) |
ServiceAvailabilityBroadcast |
setT7EntryServiceStatus(T7EntryServiceStatus value) |
ServiceAvailabilityBroadcast |
setT7EntryServiceTradeDate(long value) |
ServiceAvailabilityBroadcast |
setTradeManagerStatus(TradeManagerStatus value) |
ServiceAvailabilityBroadcast |
setTradeManagerTradeDate(long value) |
String |
toString()
Returns a string representation.
|
public ServiceAvailabilityBroadcast()
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 getApplSubId()
public ServiceAvailabilityBroadcast setApplSubId(long value)
public ApplId getApplId()
public ServiceAvailabilityBroadcast setApplId(ApplId value)
public LastFragment getLastFragment()
public ServiceAvailabilityBroadcast setLastFragment(LastFragment value)
public long getMatchingEngineTradeDate()
public ServiceAvailabilityBroadcast setMatchingEngineTradeDate(long value)
public long getTradeManagerTradeDate()
public ServiceAvailabilityBroadcast setTradeManagerTradeDate(long value)
public long getApplSeqTradeDate()
public ServiceAvailabilityBroadcast setApplSeqTradeDate(long value)
public long getT7EntryServiceTradeDate()
public ServiceAvailabilityBroadcast setT7EntryServiceTradeDate(long value)
public long getT7EntryServiceRtmTradeDate()
public ServiceAvailabilityBroadcast setT7EntryServiceRtmTradeDate(long value)
public int getPartitionId()
public ServiceAvailabilityBroadcast setPartitionId(int value)
public MatchingEngineStatus getMatchingEngineStatus()
public ServiceAvailabilityBroadcast setMatchingEngineStatus(MatchingEngineStatus value)
public TradeManagerStatus getTradeManagerStatus()
public ServiceAvailabilityBroadcast setTradeManagerStatus(TradeManagerStatus value)
public ApplSeqStatus getApplSeqStatus()
public ServiceAvailabilityBroadcast setApplSeqStatus(ApplSeqStatus value)
public T7EntryServiceStatus getT7EntryServiceStatus()
public ServiceAvailabilityBroadcast setT7EntryServiceStatus(T7EntryServiceStatus value)
public T7EntryServiceRtmStatus getT7EntryServiceRtmStatus()
public ServiceAvailabilityBroadcast setT7EntryServiceRtmStatus(T7EntryServiceRtmStatus value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.