public class BasketSideAllocGrpElem extends Object
Constructor and Description |
---|
BasketSideAllocGrpElem()
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.
|
CharSequence |
getPartyExecutingFirm()
Owning business unit name.
|
CharSequence |
getPartyExecutingTrader()
Owning user name.
|
PartySubIdType |
getPartySubIdType()
Party sub-type.
|
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(CharSequence value) |
void |
setPartyExecutingTrader(CharSequence value) |
void |
setPartySubIdType(PartySubIdType 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 short getInstrmtMatchSideId()
public void setInstrmtMatchSideId(short value)
public TradeAllocStatus getTradeAllocStatus()
public void setTradeAllocStatus(TradeAllocStatus value)
public CharSequence getPartyExecutingFirm()
public void setPartyExecutingFirm(CharSequence value)
public CharSequence getPartyExecutingTrader()
public void setPartyExecutingTrader(CharSequence value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.