public class BasketRollBroadcast extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
BasketRollBroadcast()
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.
|
BasketAnonymity |
getBasketAnonymity()
Used to indicate anonymized trades in baskets.
|
long |
getBasketExecId()
System generated transaction ID for a Basket transaction.
|
long |
getBasketProfileId()
ID of the Basket profile.
|
List<BasketRootPartyGrpElem> |
getBasketRootPartyGrp()
Basket Root Party Group.
|
String |
getBasketTradeReportText()
User defined text message field.
|
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.
|
MessageEventSource |
getMessageEventSource()
Receiver of a message.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
List<NewBasketInstrmtMatchSideGrpElem> |
getNewBasketInstrmtMatchSideGrp()
New Basket Instrument Match Side Group.
|
List<NewBasketSideAllocGrpElem> |
getNewBasketSideAllocGrp()
New Basket Side Alloc Group.
|
List<OldBasketInstrmtMatchSideGrpElem> |
getOldBasketInstrmtMatchSideGrp()
Old Basket Instrument Match Side Group.
|
List<OldBasketSideAllocGrpElem> |
getOldBasketSideAllocGrp()
Old Basket Side Alloc Group.
|
int |
getPartitionId()
Is required to define the scope of a Retransmission Request.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
String |
getTradeReportId()
User defined transaction ID.
|
TradeReportType |
getTradeReportType()
Identifies the type of trade notification.
|
TrdType |
getTrdType()
Indicates if a trade should be reported via the market reporting service.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
BasketRollBroadcast |
setApplId(ApplId value) |
BasketRollBroadcast |
setApplResendFlag(ApplResendFlag value) |
BasketRollBroadcast |
setApplSeqNum(long value) |
BasketRollBroadcast |
setApplSubId(long value) |
BasketRollBroadcast |
setBasketAnonymity(BasketAnonymity value) |
BasketRollBroadcast |
setBasketExecId(long value) |
BasketRollBroadcast |
setBasketProfileId(long value) |
BasketRollBroadcast |
setBasketRootPartyGrp(List<BasketRootPartyGrpElem> value) |
BasketRollBroadcast |
setBasketTradeReportText(String value) |
BasketRollBroadcast |
setLastFragment(LastFragment value) |
BasketRollBroadcast |
setMarketSegmentId(int value) |
BasketRollBroadcast |
setMessageEventSource(MessageEventSource value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
BasketRollBroadcast |
setNewBasketInstrmtMatchSideGrp(List<NewBasketInstrmtMatchSideGrpElem> value) |
BasketRollBroadcast |
setNewBasketSideAllocGrp(List<NewBasketSideAllocGrpElem> value) |
BasketRollBroadcast |
setOldBasketInstrmtMatchSideGrp(List<OldBasketInstrmtMatchSideGrpElem> value) |
BasketRollBroadcast |
setOldBasketSideAllocGrp(List<OldBasketSideAllocGrpElem> value) |
BasketRollBroadcast |
setPartitionId(int value) |
void |
setSendingTime(long value) |
BasketRollBroadcast |
setTradeReportId(String value) |
BasketRollBroadcast |
setTradeReportType(TradeReportType value) |
BasketRollBroadcast |
setTrdType(TrdType value) |
String |
toString()
Returns a string representation.
|
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 getApplSeqNum()
public BasketRollBroadcast setApplSeqNum(long value)
public long getApplSubId()
public BasketRollBroadcast setApplSubId(long value)
public int getPartitionId()
public BasketRollBroadcast setPartitionId(int value)
public ApplResendFlag getApplResendFlag()
public BasketRollBroadcast setApplResendFlag(ApplResendFlag value)
public ApplId getApplId()
public BasketRollBroadcast setApplId(ApplId value)
public LastFragment getLastFragment()
public BasketRollBroadcast setLastFragment(LastFragment value)
public long getBasketExecId()
public BasketRollBroadcast setBasketExecId(long value)
public int getMarketSegmentId()
public BasketRollBroadcast setMarketSegmentId(int value)
public long getBasketProfileId()
public BasketRollBroadcast setBasketProfileId(long value)
public TrdType getTrdType()
public BasketRollBroadcast setTrdType(TrdType value)
public TradeReportType getTradeReportType()
public BasketRollBroadcast setTradeReportType(TradeReportType value)
public MessageEventSource getMessageEventSource()
public BasketRollBroadcast setMessageEventSource(MessageEventSource value)
public BasketAnonymity getBasketAnonymity()
public BasketRollBroadcast setBasketAnonymity(BasketAnonymity value)
public String getBasketTradeReportText()
public BasketRollBroadcast setBasketTradeReportText(String value)
public String getTradeReportId()
public BasketRollBroadcast setTradeReportId(String value)
public List<BasketRootPartyGrpElem> getBasketRootPartyGrp()
public BasketRollBroadcast setBasketRootPartyGrp(List<BasketRootPartyGrpElem> value)
public List<OldBasketInstrmtMatchSideGrpElem> getOldBasketInstrmtMatchSideGrp()
public BasketRollBroadcast setOldBasketInstrmtMatchSideGrp(List<OldBasketInstrmtMatchSideGrpElem> value)
public List<NewBasketInstrmtMatchSideGrpElem> getNewBasketInstrmtMatchSideGrp()
public BasketRollBroadcast setNewBasketInstrmtMatchSideGrp(List<NewBasketInstrmtMatchSideGrpElem> value)
public List<OldBasketSideAllocGrpElem> getOldBasketSideAllocGrp()
public BasketRollBroadcast setOldBasketSideAllocGrp(List<OldBasketSideAllocGrpElem> value)
public List<NewBasketSideAllocGrpElem> getNewBasketSideAllocGrp()
public BasketRollBroadcast setNewBasketSideAllocGrp(List<NewBasketSideAllocGrpElem> value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.