Class MarketDataRequest.RelatedSymGroup

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

public class MarketDataRequest.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)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String value)
    • getQuoteType

      public Long getQuoteType()
    • setQuoteType

      public void setQuoteType(Long value)
    • getSettlType

      public String getSettlType()
    • setSettlType

      public void setSettlType(String value)
    • getSettlDate

      public Calendar getSettlDate()
    • setSettlDate

      public void setSettlDate(Calendar value)
    • getMDEntrySize

      public Double getMDEntrySize()
    • setMDEntrySize

      public void setMDEntrySize(Double value)
    • toFIX

      public void toFIX(FIXFieldList l)
    • fromFIX

      public void fromFIX(FIXFieldList l)