public class Allocation.AllocsGroup extends Object
Modifier and Type | Class and Description |
---|---|
class |
Allocation.AllocsGroup.MiscFeesGroup |
Constructor and Description |
---|
AllocsGroup() |
public String getAllocAccount()
public void setAllocAccount(String value)
public Double getAllocPrice()
public void setAllocPrice(Double value)
public Double getAllocQty()
public void setAllocQty(Double value)
public String getIndividualAllocID()
public void setIndividualAllocID(String value)
public Character getProcessCode()
public void setProcessCode(Character value)
public NestedPartiesBlock getNestedParties()
public void setNestedParties(NestedPartiesBlock value)
public Boolean getNotifyBrokerOfCredit()
public void setNotifyBrokerOfCredit(Boolean value)
public Long getAllocHandlInst()
public void setAllocHandlInst(Long value)
public String getAllocText()
public void setAllocText(String value)
public Long getEncodedAllocTextLen()
public void setEncodedAllocTextLen(Long value)
public String getEncodedAllocText()
public void setEncodedAllocText(String value)
public CommissionDataBlock getCommissionData()
public void setCommissionData(CommissionDataBlock value)
public Double getAllocAvgPx()
public void setAllocAvgPx(Double value)
public Double getAllocNetMoney()
public void setAllocNetMoney(Double value)
public Double getSettlCurrAmt()
public void setSettlCurrAmt(Double value)
public String getSettlCurrency()
public void setSettlCurrency(String value)
public Double getSettlCurrFxRate()
public void setSettlCurrFxRate(Double value)
public Character getSettlCurrFxRateCalc()
public void setSettlCurrFxRateCalc(Character value)
public Double getAccruedInterestAmt()
public void setAccruedInterestAmt(Double value)
public Character getSettlInstMode()
public void setSettlInstMode(Character value)
public int getNoMiscFees()
public void setNoMiscFees(int value)
public Collection<Allocation.AllocsGroup.MiscFeesGroup> getMiscFeesGroup()
public void setMiscFeesGroup(Collection<Allocation.AllocsGroup.MiscFeesGroup> value)
public void toFIX(FIXFieldList l)
public void fromFIX(FIXFieldList l)
Copyright © 2000–2022 EPAM Systems. All rights reserved.