public class DontKnowTrade extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
DontKnowTrade() |
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 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 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.