Class RFQRequest.RelatedSymGroup

java.lang.Object
com.epam.fix.model.fix50.message.RFQRequest.RelatedSymGroup
Enclosing class:
RFQRequest

public class RFQRequest.RelatedSymGroup extends Object
  • Constructor Details

    • RelatedSymGroup

      public RelatedSymGroup()
  • Method Details

    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock 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)
    • getPrevClosePx

      public Double getPrevClosePx()
    • setPrevClosePx

      public void setPrevClosePx(Double value)
    • getQuoteRequestType

      public Long getQuoteRequestType()
    • setQuoteRequestType

      public void setQuoteRequestType(Long value)
    • getQuoteType

      public Long getQuoteType()
    • setQuoteType

      public void setQuoteType(Long value)
    • getTradingSessionID

      public String getTradingSessionID()
    • setTradingSessionID

      public void setTradingSessionID(String value)
    • getTradingSessionSubID

      public String getTradingSessionSubID()
    • setTradingSessionSubID

      public void setTradingSessionSubID(String value)
    • toFIX

      public void toFIX(FIXFieldList l)
    • fromFIX

      public void fromFIX(FIXFieldList l)