public class SideAllocGrpBCElem extends Object
Constructor and Description |
---|
SideAllocGrpBCElem()
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.
|
String |
getPartyExecutingFirm()
Owning business unit name.
|
String |
getPartyExecutingTrader()
Owning user name.
|
long |
getReversalApprovalTime()
Reversal approval time.
|
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.
|
void |
setAllocQty(long value) |
void |
setIndividualAllocId(long value) |
void |
setPartyExecutingFirm(String value) |
void |
setPartyExecutingTrader(String value) |
void |
setReversalApprovalTime(long value) |
void |
setSide(Side value) |
void |
setTesEnrichmentRuleId(long value) |
void |
setTradeAllocStatus(TradeAllocStatus value) |
String |
toString()
Returns a string representation.
|
public String toString()
public long getAllocQty()
public void setAllocQty(long value)
public long getReversalApprovalTime()
public void setReversalApprovalTime(long value)
public long getIndividualAllocId()
public void setIndividualAllocId(long value)
public long getTesEnrichmentRuleId()
public void setTesEnrichmentRuleId(long value)
public String getPartyExecutingFirm()
public void setPartyExecutingFirm(String value)
public String getPartyExecutingTrader()
public void setPartyExecutingTrader(String value)
public Side getSide()
public void setSide(Side value)
public TradeAllocStatus getTradeAllocStatus()
public void setTradeAllocStatus(TradeAllocStatus value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.