public class SideAllocExtGrpElem extends Object
Constructor and Description |
---|
SideAllocExtGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Account to book trades and keep positions on.
|
long |
getAllocQty()
Quantity of the particular trade side in the TES trade.
|
String |
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).
|
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.
|
String |
getFreeText1()
First free-format text field for trader-specific or customer-related comments.
|
String |
getFreeText2()
Second free-format text field for trader-specific or customer-related comments.
|
String |
getFreeText3()
Third free-format text field for trader-specific or customer-related comments.
|
long |
getIndividualAllocId()
Unique identifier for a TES trade side.
|
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.
|
String |
getPartyEndClientIdentification()
End client identifier.
|
String |
getPartyExecutingFirm()
Owning business unit name.
|
String |
getPartyExecutingTrader()
Owning user name.
|
String |
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.
|
String |
getPartyIdLocationId()
Country code.
|
String |
getPartyIdOrderOriginationFirm()
Partner identification at the Korea Exchange is required for orders in KRX products.
|
String |
getPartyIdPositionAccount()
Flex Account information.
|
String |
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.
|
Side |
getSide()
Side of the order.
|
long |
getTesEnrichmentRuleId()
Enrichment Rule ID for TES trades (to be used only in case of Auto Approval).
|
TradeAllocStatus |
getTradeAllocStatus()
Status of an allocation in a Trade Entry Service trade.
|
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(String value) |
void |
setAllocQty(long value) |
void |
setComplianceText(String value) |
void |
setCustOrderHandlingInst(CustOrderHandlingInst value) |
void |
setExecutingTrader(long value) |
void |
setExecutingTraderQualifier(ExecutingTraderQualifier value) |
void |
setFreeText1(String value) |
void |
setFreeText2(String value) |
void |
setFreeText3(String value) |
void |
setIndividualAllocId(long value) |
void |
setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value) |
void |
setOrderAttributeRiskReduction(OrderAttributeRiskReduction value) |
void |
setOrderOrigination(OrderOrigination value) |
void |
setPartyEndClientIdentification(String value) |
void |
setPartyExecutingFirm(String value) |
void |
setPartyExecutingTrader(String value) |
void |
setPartyIdBeneficiary(String value) |
void |
setPartyIdClientId(long value) |
void |
setPartyIdInvestmentDecisionMaker(long value) |
void |
setPartyIdInvestmentDecisionMakerQualifier(PartyIdInvestmentDecisionMakerQualifier value) |
void |
setPartyIdLocationId(String value) |
void |
setPartyIdOrderOriginationFirm(String value) |
void |
setPartyIdPositionAccount(String value) |
void |
setPartyIdTakeUpTradingFirm(String value) |
void |
setPositionEffect(PositionEffect value) |
void |
setSide(Side value) |
void |
setTesEnrichmentRuleId(long value) |
void |
setTradeAllocStatus(TradeAllocStatus value) |
void |
setTradingCapacity(TradingCapacity value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getAllocQty()
public void setAllocQty(long value)
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 getIndividualAllocId()
public void setIndividualAllocId(long value)
public String getPartyExecutingFirm()
public void setPartyExecutingFirm(String value)
public String getPartyExecutingTrader()
public void setPartyExecutingTrader(String value)
public long getTesEnrichmentRuleId()
public void setTesEnrichmentRuleId(long value)
public Side getSide()
public void setSide(Side value)
public TradeAllocStatus getTradeAllocStatus()
public void setTradeAllocStatus(TradeAllocStatus value)
public TradingCapacity getTradingCapacity()
public void setTradingCapacity(TradingCapacity value)
public PositionEffect getPositionEffect()
public void setPositionEffect(PositionEffect value)
public OrderAttributeLiquidityProvision getOrderAttributeLiquidityProvision()
public void setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value)
public ExecutingTraderQualifier getExecutingTraderQualifier()
public void setExecutingTraderQualifier(ExecutingTraderQualifier 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 String getAccount()
public void setAccount(String value)
public String getPartyIdPositionAccount()
public void setPartyIdPositionAccount(String value)
public String getPartyIdTakeUpTradingFirm()
public void setPartyIdTakeUpTradingFirm(String value)
public String getFreeText1()
public void setFreeText1(String value)
public String getFreeText2()
public void setFreeText2(String value)
public String getFreeText3()
public void setFreeText3(String value)
public String getPartyIdOrderOriginationFirm()
public void setPartyIdOrderOriginationFirm(String value)
public String getPartyIdBeneficiary()
public void setPartyIdBeneficiary(String value)
public String getPartyIdLocationId()
public void setPartyIdLocationId(String value)
public CustOrderHandlingInst getCustOrderHandlingInst()
public void setCustOrderHandlingInst(CustOrderHandlingInst value)
public String getComplianceText()
public void setComplianceText(String value)
public String getPartyEndClientIdentification()
public void setPartyEndClientIdentification(String value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.