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