public class DeleteOrderComplexRequest extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
DeleteOrderComplexRequest()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
long |
getClOrdId()
Unique participant defined order request identifier.
|
CharSequence |
getComplianceText()
This field is used to provide additional regulatory information (according to respective rules and regs, circulars and bilateral coordination between participant and Trading Surveillance Office).
|
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.
|
CharSequence |
getFixClOrdId()
User defined client order ID.
|
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.
|
long |
getOrderId()
Exchange Order ID generated by Eurex System; it remains constant over the lifetime of an order.
|
OrderOrigination |
getOrderOrigination()
Order origination, MiFID field - to indicate order received from a direct access or sponsored access customer.
|
long |
getOrigClOrdId()
ClOrdID (11) of the last successfully processed task (request) referring to the specific order; used for client order ID chaining.
|
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 |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
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.
|
DeleteOrderComplexRequest |
setClOrdId(long value) |
DeleteOrderComplexRequest |
setComplianceText(CharSequence value) |
DeleteOrderComplexRequest |
setExecutingTrader(long value) |
DeleteOrderComplexRequest |
setExecutingTraderQualifier(ExecutingTraderQualifier value) |
DeleteOrderComplexRequest |
setFixClOrdId(CharSequence value) |
DeleteOrderComplexRequest |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
DeleteOrderComplexRequest |
setOrderId(long value) |
DeleteOrderComplexRequest |
setOrderOrigination(OrderOrigination value) |
DeleteOrderComplexRequest |
setOrigClOrdId(long value) |
DeleteOrderComplexRequest |
setPartyIdInvestmentDecisionMaker(long value) |
DeleteOrderComplexRequest |
setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value) |
DeleteOrderComplexRequest |
setSecurityId(long value) |
DeleteOrderComplexRequest |
setSenderSubId(long value) |
DeleteOrderComplexRequest |
setTargetPartyIdSessionId(long 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 getSenderSubId()
public DeleteOrderComplexRequest setSenderSubId(long value)
public long getOrderId()
public DeleteOrderComplexRequest setOrderId(long value)
public long getClOrdId()
public DeleteOrderComplexRequest setClOrdId(long value)
public long getOrigClOrdId()
public DeleteOrderComplexRequest setOrigClOrdId(long value)
public long getSecurityId()
public DeleteOrderComplexRequest setSecurityId(long value)
public long getPartyIdInvestmentDecisionMaker()
public DeleteOrderComplexRequest setPartyIdInvestmentDecisionMaker(long value)
public long getExecutingTrader()
public DeleteOrderComplexRequest setExecutingTrader(long value)
public int getMarketSegmentId()
public DeleteOrderComplexRequest setMarketSegmentId(int value)
public long getTargetPartyIdSessionId()
public DeleteOrderComplexRequest setTargetPartyIdSessionId(long value)
public OrderOrigination getOrderOrigination()
public DeleteOrderComplexRequest setOrderOrigination(OrderOrigination value)
public PartyIdInvestmentDecisionMakerQualifier getPartyIdInvestmentDecisionMakerQualifier()
public DeleteOrderComplexRequest setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value)
public ExecutingTraderQualifier getExecutingTraderQualifier()
public DeleteOrderComplexRequest setExecutingTraderQualifier(ExecutingTraderQualifier value)
public CharSequence getFixClOrdId()
public DeleteOrderComplexRequest setFixClOrdId(CharSequence value)
public CharSequence getComplianceText()
public DeleteOrderComplexRequest setComplianceText(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.