public class DeleteOrderRequest extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
DeleteOrderRequest()
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.
|
DeleteOrderRequest |
setClOrdId(long value) |
DeleteOrderRequest |
setComplianceText(CharSequence value) |
DeleteOrderRequest |
setExecutingTrader(long value) |
DeleteOrderRequest |
setExecutingTraderQualifier(ExecutingTraderQualifier value) |
DeleteOrderRequest |
setFixClOrdId(CharSequence value) |
DeleteOrderRequest |
setMarketSegmentId(int value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
DeleteOrderRequest |
setOrderId(long value) |
DeleteOrderRequest |
setOrderOrigination(OrderOrigination value) |
DeleteOrderRequest |
setOrigClOrdId(long value) |
DeleteOrderRequest |
setPartyIdInvestmentDecisionMaker(long value) |
DeleteOrderRequest |
setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value) |
DeleteOrderRequest |
setSecurityId(long value) |
DeleteOrderRequest |
setSenderSubId(long value) |
DeleteOrderRequest |
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 DeleteOrderRequest setSenderSubId(long value)
public long getOrderId()
public DeleteOrderRequest setOrderId(long value)
public long getClOrdId()
public DeleteOrderRequest setClOrdId(long value)
public long getOrigClOrdId()
public DeleteOrderRequest setOrigClOrdId(long value)
public long getSecurityId()
public DeleteOrderRequest setSecurityId(long value)
public long getPartyIdInvestmentDecisionMaker()
public DeleteOrderRequest setPartyIdInvestmentDecisionMaker(long value)
public long getExecutingTrader()
public DeleteOrderRequest setExecutingTrader(long value)
public int getMarketSegmentId()
public DeleteOrderRequest setMarketSegmentId(int value)
public long getTargetPartyIdSessionId()
public DeleteOrderRequest setTargetPartyIdSessionId(long value)
public OrderOrigination getOrderOrigination()
public DeleteOrderRequest setOrderOrigination(OrderOrigination value)
public PartyIdInvestmentDecisionMakerQualifier getPartyIdInvestmentDecisionMakerQualifier()
public DeleteOrderRequest setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value)
public ExecutingTraderQualifier getExecutingTraderQualifier()
public DeleteOrderRequest setExecutingTraderQualifier(ExecutingTraderQualifier value)
public CharSequence getFixClOrdId()
public DeleteOrderRequest setFixClOrdId(CharSequence value)
public CharSequence getComplianceText()
public DeleteOrderRequest setComplianceText(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.