public class Advertisement extends Object implements com.epam.fix.model.Message
Constructor and Description |
---|
Advertisement() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getAdvId()
public void setAdvId(String value)
public String getAdvTransType()
public void setAdvTransType(String value)
public String getAdvRefID()
public void setAdvRefID(String value)
public InstrumentBlock getInstrument()
public void setInstrument(InstrumentBlock value)
public int getNoLegs()
public void setNoLegs(int value)
public Collection<InstrumentLegBlock> getLegsGroup()
public void setLegsGroup(Collection<InstrumentLegBlock> value)
public int getNoUnderlyings()
public void setNoUnderlyings(int value)
public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
public Character getAdvSide()
public void setAdvSide(Character value)
public Double getQuantity()
public void setQuantity(Double value)
public Long getQtyType()
public void setQtyType(Long value)
public Double getPrice()
public void setPrice(Double value)
public String getCurrency()
public void setCurrency(String value)
public Calendar getTradeDate()
public void setTradeDate(Calendar value)
public Calendar getTransactTime()
public void setTransactTime(Calendar 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 String getURLLink()
public void setURLLink(String value)
public String getLastMkt()
public void setLastMkt(String value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(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.