public class SideAllocGrpElem extends Object
Constructor and Description |
---|
SideAllocGrpElem()
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.
|
CharSequence |
getPartyExecutingFirm()
Owning business unit name.
|
CharSequence |
getPartyExecutingTrader()
Owning user name.
|
Side |
getSide()
Side of the order.
|
long |
getTesEnrichmentRuleId()
Enrichment Rule ID for TES trades (to be used only in case of Auto Approval).
|
void |
setAllocQty(long value) |
void |
setIndividualAllocId(long value) |
void |
setPartyExecutingFirm(CharSequence value) |
void |
setPartyExecutingTrader(CharSequence value) |
void |
setSide(Side value) |
void |
setTesEnrichmentRuleId(long 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 long getTesEnrichmentRuleId()
public void setTesEnrichmentRuleId(long value)
public Side getSide()
public void setSide(Side 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.