Class QuoteCancel

java.lang.Object
com.epam.fix.meffmodel.fix50sp2.message.QuoteCancel
All Implemented Interfaces:
com.epam.fix.model.Block, com.epam.fix.model.Message

public class QuoteCancel extends Object implements com.epam.fix.model.Message
  • Constructor Details

    • QuoteCancel

      public QuoteCancel()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getQuoteID

      public String getQuoteID()
    • setQuoteID

      public void setQuoteID(String value)
    • getQuoteCancelType

      public Long getQuoteCancelType()
    • setQuoteCancelType

      public void setQuoteCancelType(Long value)
    • getParties

      public PartiesBlock getParties()
    • setParties

      public void setParties(PartiesBlock value)
    • getQuotCxlEntriesGrp

      public QuotCxlEntriesGrpBlock getQuotCxlEntriesGrp()
    • setQuotCxlEntriesGrp

      public void setQuotCxlEntriesGrp(QuotCxlEntriesGrpBlock value)
    • toFIX

      public void toFIX(FIXFieldList l)
      Specified by:
      toFIX in interface com.epam.fix.model.Block
    • fromFIX

      public void fromFIX(FIXFieldList l)
      Specified by:
      fromFIX in interface com.epam.fix.model.Block