public class Allocation extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
Allocation.AllocsGroup |
class |
Allocation.ExecsGroup |
class |
Allocation.OrdersGroup |
Constructor and Description |
---|
Allocation() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getAllocID()
public void setAllocID(String value)
public String getAllocTransType()
public void setAllocTransType(String value)
public String getRefAllocID()
public void setRefAllocID(String value)
public String getAllocLinkID()
public void setAllocLinkID(String value)
public Long getAllocLinkType()
public void setAllocLinkType(Long value)
public int getNoOrders()
public void setNoOrders(int value)
public Collection<Allocation.OrdersGroup> getOrdersGroup()
public void setOrdersGroup(Collection<Allocation.OrdersGroup> value)
public int getNoExecs()
public void setNoExecs(int value)
public Collection<Allocation.ExecsGroup> getExecsGroup()
public void setExecsGroup(Collection<Allocation.ExecsGroup> value)
public String getSide()
public void setSide(String value)
public String getSymbol()
public void setSymbol(String value)
public String getSymbolSfx()
public void setSymbolSfx(String value)
public String getSecurityID()
public void setSecurityID(String value)
public String getIDSource()
public void setIDSource(String value)
public String getSecurityType()
public void setSecurityType(String value)
public Calendar getMaturityMonthYear()
public void setMaturityMonthYear(Calendar value)
public Long getMaturityDay()
public void setMaturityDay(Long value)
public Long getPutOrCall()
public void setPutOrCall(Long value)
public Double getStrikePrice()
public void setStrikePrice(Double value)
public String getOptAttribute()
public void setOptAttribute(String value)
public String getSecurityExchange()
public void setSecurityExchange(String value)
public String getIssuer()
public void setIssuer(String value)
public String getSecurityDesc()
public void setSecurityDesc(String value)
public Long getShares()
public void setShares(Long value)
public String getLastMkt()
public void setLastMkt(String value)
public Double getAvgPx()
public void setAvgPx(Double value)
public String getCurrency()
public void setCurrency(String value)
public Long getAvgPrxPrecision()
public void setAvgPrxPrecision(Long value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public String getTransactTime()
public void setTransactTime(String value)
public String getSettlmntTyp()
public void setSettlmntTyp(String value)
public Calendar getFutSettDate()
public void setFutSettDate(Calendar value)
public Double getNetMoney()
public void setNetMoney(Double value)
public String getOpenClose()
public void setOpenClose(String value)
public String getText()
public void setText(String value)
public Long getNumDaysInterest()
public void setNumDaysInterest(Long value)
public Double getAccruedInterestRate()
public void setAccruedInterestRate(Double value)
public int getNoAllocs()
public void setNoAllocs(int value)
public Collection<Allocation.AllocsGroup> getAllocsGroup()
public void setAllocsGroup(Collection<Allocation.AllocsGroup> value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.