public class NewBasketSideAllocGrpElem extends Object
Constructor and Description |
---|
NewBasketSideAllocGrpElem()
Create new object.
|
Modifier and Type | Method and Description |
---|---|
long |
getAllocQty()
Quantity of the particular trade side in the TES trade.
|
long |
getIndividualAllocId()
Unique identifier for a TES trade side.
|
short |
getInstrmtMatchSideId()
ID to map element of InstrmtMatchSideGrp and BasketSideAllocGrp.
|
String |
getPartyExecutingFirm()
Owning business unit name.
|
String |
getPartyExecutingTrader()
Owning user name.
|
PartySubIdType |
getPartySubIdType()
Party sub-type.
|
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.
|
TradeAllocStatus |
getTradeAllocStatus()
Status of an allocation in a Trade Entry Service trade.
|
void |
setAllocQty(long value) |
void |
setIndividualAllocId(long value) |
void |
setInstrmtMatchSideId(short value) |
void |
setPartyExecutingFirm(String value) |
void |
setPartyExecutingTrader(String value) |
void |
setPartySubIdType(PartySubIdType value) |
void |
setPositionEffect(PositionEffect value) |
void |
setSide(Side value) |
void |
setTradeAllocStatus(TradeAllocStatus value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getAllocQty()
public void setAllocQty(long value)
public long getIndividualAllocId()
public void setIndividualAllocId(long value)
public PartySubIdType getPartySubIdType()
public void setPartySubIdType(PartySubIdType value)
public Side getSide()
public void setSide(Side value)
public PositionEffect getPositionEffect()
public void setPositionEffect(PositionEffect value)
public short getInstrmtMatchSideId()
public void setInstrmtMatchSideId(short value)
public TradeAllocStatus getTradeAllocStatus()
public void setTradeAllocStatus(TradeAllocStatus value)
public String getPartyExecutingFirm()
public void setPartyExecutingFirm(String value)
public String getPartyExecutingTrader()
public void setPartyExecutingTrader(String value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.