Class DerivativeSecurityList.RelatedSymGroup

java.lang.Object
com.epam.fix.model.fix50sp1.message.DerivativeSecurityList.RelatedSymGroup
Enclosing class:
DerivativeSecurityList

public class DerivativeSecurityList.RelatedSymGroup extends Object
  • Constructor Details

    • RelatedSymGroup

      public RelatedSymGroup()
  • Method Details

    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getSecondaryPriceLimitType

      public Long getSecondaryPriceLimitType()
    • setSecondaryPriceLimitType

      public void setSecondaryPriceLimitType(Long value)
    • getSecondaryLowLimitPrice

      public Double getSecondaryLowLimitPrice()
    • setSecondaryLowLimitPrice

      public void setSecondaryLowLimitPrice(Double value)
    • getSecondaryHighLimitPrice

      public Double getSecondaryHighLimitPrice()
    • setSecondaryHighLimitPrice

      public void setSecondaryHighLimitPrice(Double value)
    • getSecondaryTradingReferencePrice

      public Double getSecondaryTradingReferencePrice()
    • setSecondaryTradingReferencePrice

      public void setSecondaryTradingReferencePrice(Double value)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String value)
    • getCorporateAction

      public String getCorporateAction()
    • setCorporateAction

      public void setCorporateAction(String value)
    • getInstrumentExtension

      public InstrumentExtensionBlock getInstrumentExtension()
    • setInstrumentExtension

      public void setInstrumentExtension(InstrumentExtensionBlock value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

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

      public String getText()
    • setText

      public void setText(String value)
    • getEncodedTextLen

      public Long getEncodedTextLen()
    • setEncodedTextLen

      public void setEncodedTextLen(Long value)
    • getEncodedText

      public String getEncodedText()
    • setEncodedText

      public void setEncodedText(String value)
    • toFIX

      public void toFIX(FIXFieldList l)
    • fromFIX

      public void fromFIX(FIXFieldList l)