public class QuoteCancel extends Object implements com.epam.fix.model.Message
Modifier and Type | Class and Description |
---|---|
class |
QuoteCancel.QuoteEntriesGroup |
Constructor and Description |
---|
QuoteCancel() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
SMHBlock |
getHeader() |
int |
getNoQuoteEntries() |
Long |
getQuoteCancelType() |
Collection<QuoteCancel.QuoteEntriesGroup> |
getQuoteEntriesGroup() |
String |
getQuoteID() |
String |
getQuoteReqID() |
Long |
getQuoteResponseLevel() |
String |
getTradingSessionID() |
SMTBlock |
getTrailer() |
void |
setHeader(SMHBlock value) |
void |
setNoQuoteEntries(int value) |
void |
setQuoteCancelType(Long value) |
void |
setQuoteEntriesGroup(Collection<QuoteCancel.QuoteEntriesGroup> value) |
void |
setQuoteID(String value) |
void |
setQuoteReqID(String value) |
void |
setQuoteResponseLevel(Long value) |
void |
setTradingSessionID(String value) |
void |
setTrailer(SMTBlock value) |
void |
toFIX(FIXFieldList l) |
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 String getTradingSessionID()
public void setTradingSessionID(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.