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) |
SMHBlock |
getHeader() |
PartiesBlock |
getParties() |
QuotCxlEntriesGrpBlock |
getQuotCxlEntriesGrp() |
Long |
getQuoteCancelType() |
String |
getQuoteID() |
SMTBlock |
getTrailer() |
void |
setHeader(SMHBlock value) |
void |
setParties(PartiesBlock value) |
void |
setQuotCxlEntriesGrp(QuotCxlEntriesGrpBlock value) |
void |
setQuoteCancelType(Long value) |
void |
setQuoteID(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 getQuoteID()
public void setQuoteID(String value)
public Long getQuoteCancelType()
public void setQuoteCancelType(Long value)
public PartiesBlock getParties()
public void setParties(PartiesBlock value)
public QuotCxlEntriesGrpBlock getQuotCxlEntriesGrp()
public void setQuotCxlEntriesGrp(QuotCxlEntriesGrpBlock 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.