Class SettlInstructionsDataBlock

java.lang.Object
com.epam.fix.model.fix50.block.SettlInstructionsDataBlock
All Implemented Interfaces:
com.epam.fix.model.Block

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

    • SettlInstructionsDataBlock

      public SettlInstructionsDataBlock()
  • Method Details

    • getSettlDeliveryType

      public Long getSettlDeliveryType()
    • setSettlDeliveryType

      public void setSettlDeliveryType(Long value)
    • getStandInstDbType

      public Long getStandInstDbType()
    • setStandInstDbType

      public void setStandInstDbType(Long value)
    • getStandInstDbName

      public String getStandInstDbName()
    • setStandInstDbName

      public void setStandInstDbName(String value)
    • getStandInstDbID

      public String getStandInstDbID()
    • setStandInstDbID

      public void setStandInstDbID(String value)
    • getNoDlvyInst

      public int getNoDlvyInst()
    • setNoDlvyInst

      public void setNoDlvyInst(int value)
    • getDlvyInstGroup

    • setDlvyInstGroup

      public void setDlvyInstGroup(Collection<SettlInstructionsDataBlock.DlvyInstGroup> 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