Class TradeCapLegUnderlyingsGrpBlock

java.lang.Object
com.epam.fix.model.fix50sp2.block.TradeCapLegUnderlyingsGrpBlock
All Implemented Interfaces:
com.epam.fix.model.Block

public class TradeCapLegUnderlyingsGrpBlock extends Object implements com.epam.fix.model.Block
  • Constructor Details

    • TradeCapLegUnderlyingsGrpBlock

      public TradeCapLegUnderlyingsGrpBlock()
  • Method Details

    • getNoOfLegUnderlyings

      public int getNoOfLegUnderlyings()
    • setNoOfLegUnderlyings

      public void setNoOfLegUnderlyings(int value)
    • getOfLegUnderlyingsGroup

      public Collection<UnderlyingLegInstrumentBlock> getOfLegUnderlyingsGroup()
    • setOfLegUnderlyingsGroup

      public void setOfLegUnderlyingsGroup(Collection<UnderlyingLegInstrumentBlock> 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