public class QuoteCancel extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
QuoteCancel.QuoteEntriesGroup |
Constructor and Description |
---|
QuoteCancel() |
public SMHBlock getHeader()
public void setHeader(SMHBlock value)
public SMTBlock getTrailer()
public void setTrailer(SMTBlock value)
public String getQuoteReqID()
public void setQuoteReqID(String value)
public String getQuoteID()
public void setQuoteID(String value)
public Long getQuoteCancelType()
public void setQuoteCancelType(Long value)
public Long getQuoteResponseLevel()
public void setQuoteResponseLevel(Long value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public String getAccount()
public void setAccount(String value)
public Long getAcctIDSource()
public void setAcctIDSource(Long value)
public Long getAccountType()
public void setAccountType(Long value)
public String getTradingSessionID()
public void setTradingSessionID(String value)
public String getTradingSessionSubID()
public void setTradingSessionSubID(String value)
public int getNoQuoteEntries()
public void setNoQuoteEntries(int value)
public Collection<QuoteCancel.QuoteEntriesGroup> getQuoteEntriesGroup()
public void setQuoteEntriesGroup(Collection<QuoteCancel.QuoteEntriesGroup> 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.