Class InstrmtLegSecListGrpBlock

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

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

    • InstrmtLegSecListGrpBlock

      public InstrmtLegSecListGrpBlock()
  • Method Details

    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<InstrumentLegBlock> getLegsGroup()
    • setLegsGroup

      public void setLegsGroup(Collection<InstrumentLegBlock> 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