public class CrossRequestSideGrpElem extends Object
Constructor and Description |
---|
CrossRequestSideGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
CharSequence |
getAccount()
Account to book trades and keep positions on.
|
CustOrderHandlingInst |
getCustOrderHandlingInst()
Identifies the source of an order, in accordance with the FIA guidelines for a rate Identifier.
|
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 |
getFreeText1()
First free-format text field for trader-specific or customer-related comments.
|
CharSequence |
getFreeText2()
Second free-format text field for trader-specific or customer-related comments.
|
CharSequence |
getFreeText3()
Third free-format text field for trader-specific or customer-related comments.
|
InputSource |
getInputSource()
Role on/for a message.
|
long |
getMatchInstCrossId()
Self Match Prevention ID.
|
long |
getMaximumPrice()
Maximum Price.
|
OrderAttributeLiquidityProvision |
getOrderAttributeLiquidityProvision()
Order attribute liquidity provision.
|
OrderAttributeRiskReduction |
getOrderAttributeRiskReduction()
Order attribute risk reduction.
|
OrderOrigination |
getOrderOrigination()
Order origination, MiFID field - to indicate order received from a direct access or sponsored access customer.
|
CharSequence |
getPartyEndClientIdentification()
End client identifier.
|
CharSequence |
getPartyIdBeneficiary()
Mandatory final KRX beneficiary account required for orders in KRX products.
|
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.
|
CharSequence |
getPartyIdLocationId()
Country code.
|
CharSequence |
getPartyIdOrderOriginationFirm()
Partner identification at the Korea Exchange is required for orders in KRX products.
|
CharSequence |
getPartyIdPositionAccount()
Flex Account information.
|
CharSequence |
getPartyIdTakeUpTradingFirm()
Indicates the name of a member institution to which a give-up is designated.
|
PositionEffect |
getPositionEffect()
Field is used for Eurex position management purposes and indicates whether the order is submitted to open or close a position.
|
SelfMatchPreventionInstruction |
getSelfMatchPreventionInstruction()
Indicate the instruction for SMP.
|
Side |
getSide()
Side of the order.
|
CharSequence |
getSideComplianceText()
Side compliance text.
|
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.
|
void |
setAccount(CharSequence value) |
void |
setCustOrderHandlingInst(CustOrderHandlingInst value) |
void |
setExecutingTrader(long value) |
void |
setExecutingTraderQualifier(ExecutingTraderQualifier value) |
void |
setFreeText1(CharSequence value) |
void |
setFreeText2(CharSequence value) |
void |
setFreeText3(CharSequence value) |
void |
setInputSource(InputSource value) |
void |
setMatchInstCrossId(long value) |
void |
setMaximumPrice(long value) |
void |
setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value) |
void |
setOrderAttributeRiskReduction(OrderAttributeRiskReduction value) |
void |
setOrderOrigination(OrderOrigination value) |
void |
setPartyEndClientIdentification(CharSequence value) |
void |
setPartyIdBeneficiary(CharSequence value) |
void |
setPartyIdClientId(long value) |
void |
setPartyIdInvestmentDecisionMaker(long value) |
void |
setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value) |
void |
setPartyIdLocationId(CharSequence value) |
void |
setPartyIdOrderOriginationFirm(CharSequence value) |
void |
setPartyIdPositionAccount(CharSequence value) |
void |
setPartyIdTakeUpTradingFirm(CharSequence value) |
void |
setPositionEffect(PositionEffect value) |
void |
setSelfMatchPreventionInstruction(SelfMatchPreventionInstruction value) |
void |
setSide(Side value) |
void |
setSideComplianceText(CharSequence value) |
void |
setTradingCapacity(TradingCapacity value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getPartyIdClientId()
public void setPartyIdClientId(long value)
public long getPartyIdInvestmentDecisionMaker()
public void setPartyIdInvestmentDecisionMaker(long value)
public long getExecutingTrader()
public void setExecutingTrader(long value)
public long getMaximumPrice()
public void setMaximumPrice(long value)
public long getMatchInstCrossId()
public void setMatchInstCrossId(long value)
public InputSource getInputSource()
public void setInputSource(InputSource value)
public Side getSide()
public void setSide(Side value)
public SelfMatchPreventionInstruction getSelfMatchPreventionInstruction()
public void setSelfMatchPreventionInstruction(SelfMatchPreventionInstruction value)
public TradingCapacity getTradingCapacity()
public void setTradingCapacity(TradingCapacity value)
public ExecutingTraderQualifier getExecutingTraderQualifier()
public void setExecutingTraderQualifier(ExecutingTraderQualifier value)
public OrderAttributeLiquidityProvision getOrderAttributeLiquidityProvision()
public void setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value)
public PartyIdInvestmentDecisionMakerQualifier getPartyIdInvestmentDecisionMakerQualifier()
public void setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value)
public OrderAttributeRiskReduction getOrderAttributeRiskReduction()
public void setOrderAttributeRiskReduction(OrderAttributeRiskReduction value)
public OrderOrigination getOrderOrigination()
public void setOrderOrigination(OrderOrigination value)
public PositionEffect getPositionEffect()
public void setPositionEffect(PositionEffect value)
public CustOrderHandlingInst getCustOrderHandlingInst()
public void setCustOrderHandlingInst(CustOrderHandlingInst value)
public CharSequence getAccount()
public void setAccount(CharSequence value)
public CharSequence getPartyIdPositionAccount()
public void setPartyIdPositionAccount(CharSequence value)
public CharSequence getFreeText1()
public void setFreeText1(CharSequence value)
public CharSequence getFreeText2()
public void setFreeText2(CharSequence value)
public CharSequence getFreeText3()
public void setFreeText3(CharSequence value)
public CharSequence getPartyIdOrderOriginationFirm()
public void setPartyIdOrderOriginationFirm(CharSequence value)
public CharSequence getPartyIdBeneficiary()
public void setPartyIdBeneficiary(CharSequence value)
public CharSequence getPartyIdTakeUpTradingFirm()
public void setPartyIdTakeUpTradingFirm(CharSequence value)
public CharSequence getSideComplianceText()
public void setSideComplianceText(CharSequence value)
public CharSequence getPartyIdLocationId()
public void setPartyIdLocationId(CharSequence value)
public CharSequence getPartyEndClientIdentification()
public void setPartyEndClientIdentification(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.