Class PegInstructionsBlock

java.lang.Object
com.epam.fix.model.fix44.block.PegInstructionsBlock
All Implemented Interfaces:
com.epam.fix.model.Block

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

    • PegInstructionsBlock

      public PegInstructionsBlock()
  • Method Details

    • getPegOffsetValue

      public Double getPegOffsetValue()
    • setPegOffsetValue

      public void setPegOffsetValue(Double value)
    • getPegMoveType

      public Long getPegMoveType()
    • setPegMoveType

      public void setPegMoveType(Long value)
    • getPegOffsetType

      public Long getPegOffsetType()
    • setPegOffsetType

      public void setPegOffsetType(Long value)
    • getPegLimitType

      public Long getPegLimitType()
    • setPegLimitType

      public void setPegLimitType(Long value)
    • getPegRoundDirection

      public Long getPegRoundDirection()
    • setPegRoundDirection

      public void setPegRoundDirection(Long value)
    • getPegScope

      public Long getPegScope()
    • setPegScope

      public void setPegScope(Long 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