public class ExecutionReportAcknowledgement extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
ExecutionReportAcknowledgement() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getOrderID()
public void setOrderID(String value)
public String getSecondaryOrderID()
public void setSecondaryOrderID(String value)
public String getClOrdID()
public void setClOrdID(String value)
public Character getExecAckStatus()
public void setExecAckStatus(Character value)
public String getExecID()
public void setExecID(String value)
public Character getDKReason()
public void setDKReason(Character value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> value)
public Character getSide()
public void setSide(Character value)
public OrderQtyDataBlock getOrderQtyData()
public void setOrderQtyData(OrderQtyDataBlock value)
public Double getLastQty()
public void setLastQty(Double value)
public Double getLastPx()
public void setLastPx(Double value)
public Long getPriceType()
public void setPriceType(Long value)
public Double getLastParPx()
public void setLastParPx(Double value)
public Double getCumQty()
public void setCumQty(Double value)
public Double getAvgPx()
public void setAvgPx(Double 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 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.