Class SecurityDefinition

java.lang.Object
com.epam.fix.meffmodel.fix50sp2.message.SecurityDefinition
All Implemented Interfaces:
com.epam.fix.model.Block, com.epam.fix.model.Message

public class SecurityDefinition extends Object implements com.epam.fix.model.Message
  • Constructor Details

    • SecurityDefinition

      public SecurityDefinition()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getApplID

      public String getApplID()
    • setApplID

      public void setApplID(String value)
    • getApplSeqNum

      public Long getApplSeqNum()
    • setApplSeqNum

      public void setApplSeqNum(Long value)
    • getSecurityReqID

      public String getSecurityReqID()
    • setSecurityReqID

      public void setSecurityReqID(String value)
    • getSecurityResponseType

      public Long getSecurityResponseType()
    • setSecurityResponseType

      public void setSecurityResponseType(Long value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getInstrmtLegGrp

      public InstrmtLegGrpBlock getInstrmtLegGrp()
    • setInstrmtLegGrp

      public void setInstrmtLegGrp(InstrmtLegGrpBlock value)
    • getRejectText

      public String getRejectText()
    • setRejectText

      public void setRejectText(String 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