public class QuoteActivationNotification extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
QuoteActivationNotification()
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.
|
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.
|
MassActionReason |
getMassActionReason()
Reason for mass cancellation.
|
long |
getMassActionReportId()
Transaction timestamp.
|
MassActionSubType |
getMassActionSubType()
Restriction for MassActionType (1373) = Release_quotes (2).
|
MassActionType |
getMassActionType()
Specifies the type of action requested.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
List<NotAffectedSecuritiesGrpElem> |
getNotAffectedSecuritiesGrp()
Not Affected Securities Group.
|
int |
getPartitionId()
Is required to define the scope of a Retransmission Request.
|
PartyIdEnteringFirm |
getPartyIdEnteringFirm()
Entering Business Unit.
|
long |
getPartyIdEnteringTrader()
Entering User ID.
|
long |
getSendingTime()
Gateway response out timestamp.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
long |
getTrdRegTSTimeOut()
Matching engine out timestamp.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
QuoteActivationNotification |
setApplId(ApplId value) |
QuoteActivationNotification |
setApplMsgId(byte[] value) |
QuoteActivationNotification |
setApplResendFlag(ApplResendFlag value) |
QuoteActivationNotification |
setLastFragment(LastFragment value) |
QuoteActivationNotification |
setMarketSegmentId(int value) |
QuoteActivationNotification |
setMassActionReason(MassActionReason value) |
QuoteActivationNotification |
setMassActionReportId(long value) |
QuoteActivationNotification |
setMassActionSubType(MassActionSubType value) |
QuoteActivationNotification |
setMassActionType(MassActionType value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
QuoteActivationNotification |
setNotAffectedSecuritiesGrp(List<NotAffectedSecuritiesGrpElem> value) |
QuoteActivationNotification |
setPartitionId(int value) |
QuoteActivationNotification |
setPartyIdEnteringFirm(PartyIdEnteringFirm value) |
QuoteActivationNotification |
setPartyIdEnteringTrader(long value) |
void |
setSendingTime(long value) |
QuoteActivationNotification |
setTrdRegTSTimeOut(long value) |
String |
toString()
Returns a string representation.
|
public QuoteActivationNotification()
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 QuoteActivationNotification setTrdRegTSTimeOut(long value)
public int getPartitionId()
public QuoteActivationNotification setPartitionId(int value)
public byte[] getApplMsgId()
public QuoteActivationNotification setApplMsgId(byte[] value)
public ApplId getApplId()
public QuoteActivationNotification setApplId(ApplId value)
public ApplResendFlag getApplResendFlag()
public QuoteActivationNotification setApplResendFlag(ApplResendFlag value)
public LastFragment getLastFragment()
public QuoteActivationNotification setLastFragment(LastFragment value)
public long getMassActionReportId()
public QuoteActivationNotification setMassActionReportId(long value)
public int getMarketSegmentId()
public QuoteActivationNotification setMarketSegmentId(int value)
public long getPartyIdEnteringTrader()
public QuoteActivationNotification setPartyIdEnteringTrader(long value)
public PartyIdEnteringFirm getPartyIdEnteringFirm()
public QuoteActivationNotification setPartyIdEnteringFirm(PartyIdEnteringFirm value)
public MassActionType getMassActionType()
public QuoteActivationNotification setMassActionType(MassActionType value)
public MassActionSubType getMassActionSubType()
public QuoteActivationNotification setMassActionSubType(MassActionSubType value)
public MassActionReason getMassActionReason()
public QuoteActivationNotification setMassActionReason(MassActionReason value)
public List<NotAffectedSecuritiesGrpElem> getNotAffectedSecuritiesGrp()
public QuoteActivationNotification setNotAffectedSecuritiesGrp(List<NotAffectedSecuritiesGrpElem> value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.