public class BasketSideAllocExtGrpElem extends Object
Constructor and Description |
---|
BasketSideAllocExtGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
CharSequence |
getAccount()
Account to book trades and keep positions on.
|
long |
getAllocId()
Unique identifier for a TES Trade side.
|
long |
getAllocQty()
Quantity of the particular trade side in the TES trade.
|
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).
|
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.
|
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.
|
long |
getPackageId()
Identifier for a Trade Entry Service trade, i.e TES trade ID.
|
CharSequence |
getPartyExecutingFirm()
Owning business unit name.
|
CharSequence |
getPartyExecutingTrader()
Owning user name.
|
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.
|
Side |
getSide()
Side of the order.
|
int |
getSideMarketSegmentId()
Product ID.
|
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 |
setAllocId(long value) |
void |
setAllocQty(long value) |
void |
setComplianceText(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 |
setOrderAttributeLiquidityProvision(OrderAttributeLiquidityProvision value) |
void |
setOrderAttributeRiskReduction(OrderAttributeRiskReduction value) |
void |
setOrderOrigination(OrderOrigination value) |
void |
setPackageId(long value) |
void |
setPartyExecutingFirm(CharSequence value) |
void |
setPartyExecutingTrader(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 |
setSide(Side value) |
void |
setSideMarketSegmentId(int 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 getPackageId()
public void setPackageId(long value)
public int getSideMarketSegmentId()
public void setSideMarketSegmentId(int value)
public long getAllocId()
public void setAllocId(long value)
public Side getSide()
public void setSide(Side value)
public PositionEffect getPositionEffect()
public void setPositionEffect(PositionEffect value)
public TradingCapacity getTradingCapacity()
public void setTradingCapacity(TradingCapacity 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 CharSequence getPartyExecutingFirm()
public void setPartyExecutingFirm(CharSequence value)
public CharSequence getPartyExecutingTrader()
public void setPartyExecutingTrader(CharSequence value)
public CharSequence getAccount()
public void setAccount(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 getPartyIdTakeUpTradingFirm()
public void setPartyIdTakeUpTradingFirm(CharSequence value)
public CharSequence getPartyIdOrderOriginationFirm()
public void setPartyIdOrderOriginationFirm(CharSequence value)
public CharSequence getPartyIdBeneficiary()
public void setPartyIdBeneficiary(CharSequence value)
public CharSequence getPartyIdPositionAccount()
public void setPartyIdPositionAccount(CharSequence value)
public CharSequence getPartyIdLocationId()
public void setPartyIdLocationId(CharSequence value)
public CustOrderHandlingInst getCustOrderHandlingInst()
public void setCustOrderHandlingInst(CustOrderHandlingInst value)
public CharSequence getComplianceText()
public void setComplianceText(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.