Class QuoteStatusRequest

java.lang.Object
com.epam.fix.model.fix50.message.QuoteStatusRequest
All Implemented Interfaces:
com.epam.fix.model.Block, com.epam.fix.model.Message

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

    • QuoteStatusRequest

      public QuoteStatusRequest()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getQuoteStatusReqID

      public String getQuoteStatusReqID()
    • setQuoteStatusReqID

      public void setQuoteStatusReqID(String value)
    • getQuoteID

      public String getQuoteID()
    • setQuoteID

      public void setQuoteID(String value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getFinancingDetails

      public FinancingDetailsBlock getFinancingDetails()
    • setFinancingDetails

      public void setFinancingDetails(FinancingDetailsBlock value)
    • getNoUnderlyings

      public int getNoUnderlyings()
    • setNoUnderlyings

      public void setNoUnderlyings(int value)
    • getUnderlyingsGroup

      public Collection<UnderlyingInstrumentBlock> getUnderlyingsGroup()
    • setUnderlyingsGroup

      public void setUnderlyingsGroup(Collection<UnderlyingInstrumentBlock> value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

      public void setLegsGroup(Collection<InstrumentLegBlock> value)
    • getParties

      public PartiesBlock getParties()
    • setParties

      public void setParties(PartiesBlock value)
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String value)
    • getAcctIDSource

      public Long getAcctIDSource()
    • setAcctIDSource

      public void setAcctIDSource(Long value)
    • getAccountType

      public Long getAccountType()
    • setAccountType

      public void setAccountType(Long value)
    • getTradingSessionID

      public String getTradingSessionID()
    • setTradingSessionID

      public void setTradingSessionID(String value)
    • getTradingSessionSubID

      public String getTradingSessionSubID()
    • setTradingSessionSubID

      public void setTradingSessionSubID(String value)
    • getSubscriptionRequestType

      public Character getSubscriptionRequestType()
    • setSubscriptionRequestType

      public void setSubscriptionRequestType(Character 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