public class AllocationReportAck extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
AllocationReportAck.AllocsGroup |
Constructor and Description |
---|
AllocationReportAck() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getAllocReportID()
public void setAllocReportID(String value)
public String getAllocID()
public void setAllocID(String value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getSecondaryAllocID()
public void setSecondaryAllocID(String value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public Calendar getTransactTime()
public void setTransactTime(Calendar value)
public Long getAllocStatus()
public void setAllocStatus(Long value)
public Long getAllocRejCode()
public void setAllocRejCode(Long value)
public Long getAllocReportType()
public void setAllocReportType(Long value)
public Long getAllocIntermedReqType()
public void setAllocIntermedReqType(Long value)
public Character getMatchStatus()
public void setMatchStatus(Character value)
public Long getProduct()
public void setProduct(Long value)
public String getSecurityType()
public void setSecurityType(String value)
public String getText()
public void setText(String value)
public Long getEncodedTextLen()
public void setEncodedTextLen(Long value)
public String getEncodedText()
public void setEncodedText(String value)
public int getNoAllocs()
public void setNoAllocs(int value)
public Collection<AllocationReportAck.AllocsGroup> getAllocsGroup()
public void setAllocsGroup(Collection<AllocationReportAck.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.