public class ModifyOrderComplexShortRequest extends Object implements ApplicationMessage
SInt16NoValue, SInt32NoValue, SInt64NoValue, SInt8NoValue, UInt16NoValue, UInt32NoValue, UInt64NoValue, UInt8NoValue
Constructor and Description |
---|
ModifyOrderComplexShortRequest()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(DeserializerHelpers deserializerHelpers)
Deserialize message from Eurex ETI binary format.
|
ApplSeqIndicator |
getApplSeqIndicator()
Indicates if the order is a Lean Order or a Standard (non lean) Order.
|
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).
|
int |
getEnrichmentRuleId()
Identifies an enrichment rule.
|
ExecInst |
getExecInst()
Instructions for order handling, represented as a bit map.
|
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.
|
long |
getMatchInstCrossId()
Self Match Prevention ID.
|
long |
getMsgSeqNum()
Message sequence number used by the participant for requests sent to the gateway.
|
OrderAttributeLiquidityProvision |
getOrderAttributeLiquidityProvision()
Order attribute liquidity provision.
|
OrderOrigination |
getOrderOrigination()
Order origination, MiFID field - to indicate order received from a direct access or sponsored access customer.
|
long |
getOrderQty()
Total Order Quantity.
|
long |
getOrigClOrdId()
ClOrdID (11) of the last successfully processed task (request) referring to the specific order; used for client order ID chaining.
|
long |
getPartyIdClientId()
Client Identifier field (ESMA Field 3 (Section A)) used to identify the client of an order for agent account of the member or participant of the trading venue.
|
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 |
getPrice()
Price.
|
PriceValidityCheckType |
getPriceValidityCheckType()
Indicator how price validity check should be performed by the exchange.
|
ProductComplex |
getProductComplex()
This field qualifies an instrument type on Eurex.
|
long |
getSecurityId()
The instrument identifier uniquely identifies an instrument in the core system.
|
SelfMatchPreventionInstruction |
getSelfMatchPreventionInstruction()
Indicate the instruction for SMP.
|
long |
getSenderSubId()
User ID.
|
Side |
getSide()
Side of the order.
|
TemplateId |
getTemplateId()
Returns message TemplateID.
|
TimeInForce |
getTimeInForce()
Execution and trading restriction parameters supported by Eurex.
|
TradingCapacity |
getTradingCapacity()
This field designates if the trader is acting in the capacity of agent, trading for its own account or acting as a market maker.
|
ValueCheckTypeValue |
getValueCheckTypeValue()
Indicator for checking the maximum order/quote value by the exchange.
|
void |
notify(MessageListener listener)
Notify message listener.
|
void |
serialize(SerializerHelpers serializerHelpers)
Serialize message to Eurex ETI binary format.
|
ModifyOrderComplexShortRequest |
setApplSeqIndicator(ApplSeqIndicator value) |
ModifyOrderComplexShortRequest |
setClOrdId(long value) |
ModifyOrderComplexShortRequest |
setComplianceText(CharSequence value) |
ModifyOrderComplexShortRequest |
setEnrichmentRuleId(int value) |
ModifyOrderComplexShortRequest |
setExecInst(ExecInst value) |
ModifyOrderComplexShortRequest |
setExecutingTrader(long value) |
ModifyOrderComplexShortRequest |
setExecutingTraderQualifier(ExecutingTraderQualifier value) |
ModifyOrderComplexShortRequest |
setMarketSegmentId(int value) |
ModifyOrderComplexShortRequest |
setMatchInstCrossId(long value) |
void |
setMsgSeqNum(long value)
Set message sequence number.
|
ModifyOrderComplexShortRequest |
setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value) |
ModifyOrderComplexShortRequest |
setOrderOrigination(OrderOrigination value) |
ModifyOrderComplexShortRequest |
setOrderQty(long value) |
ModifyOrderComplexShortRequest |
setOrigClOrdId(long value) |
ModifyOrderComplexShortRequest |
setPartyIdClientId(long value) |
ModifyOrderComplexShortRequest |
setPartyIdInvestmentDecisionMaker(long value) |
ModifyOrderComplexShortRequest |
setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value) |
ModifyOrderComplexShortRequest |
setPrice(long value) |
ModifyOrderComplexShortRequest |
setPriceValidityCheckType(PriceValidityCheckType value) |
ModifyOrderComplexShortRequest |
setProductComplex(ProductComplex value) |
ModifyOrderComplexShortRequest |
setSecurityId(long value) |
ModifyOrderComplexShortRequest |
setSelfMatchPreventionInstruction(SelfMatchPreventionInstruction value) |
ModifyOrderComplexShortRequest |
setSenderSubId(long value) |
ModifyOrderComplexShortRequest |
setSide(Side value) |
ModifyOrderComplexShortRequest |
setTimeInForce(TimeInForce value) |
ModifyOrderComplexShortRequest |
setTradingCapacity(TradingCapacity value) |
ModifyOrderComplexShortRequest |
setValueCheckTypeValue(ValueCheckTypeValue value) |
String |
toString()
Returns a string representation.
|
public ModifyOrderComplexShortRequest()
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 ModifyOrderComplexShortRequest setSenderSubId(long value)
public long getClOrdId()
public ModifyOrderComplexShortRequest setClOrdId(long value)
public long getOrigClOrdId()
public ModifyOrderComplexShortRequest setOrigClOrdId(long value)
public long getSecurityId()
public ModifyOrderComplexShortRequest setSecurityId(long value)
public long getPrice()
public ModifyOrderComplexShortRequest setPrice(long value)
public long getOrderQty()
public ModifyOrderComplexShortRequest setOrderQty(long value)
public long getPartyIdClientId()
public ModifyOrderComplexShortRequest setPartyIdClientId(long value)
public long getPartyIdInvestmentDecisionMaker()
public ModifyOrderComplexShortRequest setPartyIdInvestmentDecisionMaker(long value)
public long getExecutingTrader()
public ModifyOrderComplexShortRequest setExecutingTrader(long value)
public int getMarketSegmentId()
public ModifyOrderComplexShortRequest setMarketSegmentId(int value)
public long getMatchInstCrossId()
public ModifyOrderComplexShortRequest setMatchInstCrossId(long value)
public int getEnrichmentRuleId()
public ModifyOrderComplexShortRequest setEnrichmentRuleId(int value)
public ApplSeqIndicator getApplSeqIndicator()
public ModifyOrderComplexShortRequest setApplSeqIndicator(ApplSeqIndicator value)
public SelfMatchPreventionInstruction getSelfMatchPreventionInstruction()
public ModifyOrderComplexShortRequest setSelfMatchPreventionInstruction(SelfMatchPreventionInstruction value)
public ProductComplex getProductComplex()
public ModifyOrderComplexShortRequest setProductComplex(ProductComplex value)
public Side getSide()
public ModifyOrderComplexShortRequest setSide(Side value)
public PriceValidityCheckType getPriceValidityCheckType()
public ModifyOrderComplexShortRequest setPriceValidityCheckType(PriceValidityCheckType value)
public ValueCheckTypeValue getValueCheckTypeValue()
public ModifyOrderComplexShortRequest setValueCheckTypeValue(ValueCheckTypeValue value)
public OrderAttributeLiquidityProvision getOrderAttributeLiquidityProvision()
public ModifyOrderComplexShortRequest setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value)
public ExecInst getExecInst()
public ModifyOrderComplexShortRequest setExecInst(ExecInst value)
public TimeInForce getTimeInForce()
public ModifyOrderComplexShortRequest setTimeInForce(TimeInForce value)
public TradingCapacity getTradingCapacity()
public ModifyOrderComplexShortRequest setTradingCapacity(TradingCapacity value)
public OrderOrigination getOrderOrigination()
public ModifyOrderComplexShortRequest setOrderOrigination(OrderOrigination value)
public PartyIdInvestmentDecisionMakerQualifier getPartyIdInvestmentDecisionMakerQualifier()
public ModifyOrderComplexShortRequest setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value)
public ExecutingTraderQualifier getExecutingTraderQualifier()
public ModifyOrderComplexShortRequest setExecutingTraderQualifier(ExecutingTraderQualifier value)
public CharSequence getComplianceText()
public ModifyOrderComplexShortRequest setComplianceText(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.