public class QuoteActivationRequest extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue| Constructor and Description |
|---|
QuoteActivationRequest()
Create new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getExecutingTrader()
Executing Trader data Field (ESMA Field 5 (Section A)) used to identify the person or algorithm within the member or participant of the trading venue who is responsible for the execution of the transaction resulting from the order.
|
ExecutingTraderQualifier |
getExecutingTraderQualifier()
Qualifier for field ExecutingTrader.
|
int |
getMarketSegmentId()
The product identifier uniquely identifies a Eurex product.
|
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.
|
long |
getPartyIdInvestmentDecisionMaker()
Investment decision within firm (ESMA Field 4 (Section A)) is the code used to identify the person or the algorithm within the member or participant of the Trading Venue who is responsible for the investment decision.
|
PartyIdInvestmentDecisionMakerQualifier |
getPartyIdInvestmentDecisionMakerQualifier()
Party ID investment decision maker qualifier.
|
long |
getSenderSubId()
User ID.
|
long |
getTargetPartyIdSessionId()
Owning Session ID.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
QuoteActivationRequest |
setExecutingTrader(long value) |
QuoteActivationRequest |
setExecutingTraderQualifier(ExecutingTraderQualifier value) |
QuoteActivationRequest |
setMarketSegmentId(int value) |
QuoteActivationRequest |
setMassActionSubType(MassActionSubType value) |
QuoteActivationRequest |
setMassActionType(MassActionType value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
QuoteActivationRequest |
setPartyIdInvestmentDecisionMaker(long value) |
QuoteActivationRequest |
setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value) |
QuoteActivationRequest |
setSenderSubId(long value) |
QuoteActivationRequest |
setTargetPartyIdSessionId(long value) |
String |
toString()
Returns a string representation.
|
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 getSenderSubId()
public QuoteActivationRequest setSenderSubId(long value)
public long getPartyIdInvestmentDecisionMaker()
public QuoteActivationRequest setPartyIdInvestmentDecisionMaker(long value)
public long getExecutingTrader()
public QuoteActivationRequest setExecutingTrader(long value)
public int getMarketSegmentId()
public QuoteActivationRequest setMarketSegmentId(int value)
public long getTargetPartyIdSessionId()
public QuoteActivationRequest setTargetPartyIdSessionId(long value)
public MassActionType getMassActionType()
public QuoteActivationRequest setMassActionType(MassActionType value)
public MassActionSubType getMassActionSubType()
public QuoteActivationRequest setMassActionSubType(MassActionSubType value)
public PartyIdInvestmentDecisionMakerQualifier getPartyIdInvestmentDecisionMakerQualifier()
public QuoteActivationRequest setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value)
public ExecutingTraderQualifier getExecutingTraderQualifier()
public QuoteActivationRequest setExecutingTraderQualifier(ExecutingTraderQualifier value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.