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 getAllocShares()
public void setAllocShares(Double value)
public Character getProcessCode()
public void setProcessCode(Character value)
public String getBrokerOfCredit()
public void setBrokerOfCredit(String 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 String getExecBroker()
public void setExecBroker(String value)
public String getClientID()
public void setClientID(String value)
public Double getCommission()
public void setCommission(Double value)
public Character getCommType()
public void setCommType(Character 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.