Class SecurityDefinitionRequest

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

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

    • SecurityDefinitionRequest

      public SecurityDefinitionRequest()
  • Method Details

    • getHeader

      public SMHBlock getHeader()
    • setHeader

      public void setHeader(SMHBlock value)
    • getTrailer

      public SMTBlock getTrailer()
    • setTrailer

      public void setTrailer(SMTBlock value)
    • getSecurityReqID

      public String getSecurityReqID()
    • setSecurityReqID

      public void setSecurityReqID(String value)
    • getSecurityReqType

      public String getSecurityReqType()
    • setSecurityReqType

      public void setSecurityReqType(String value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getInstrmtLegGrp

      public InstrmtLegGrpBlock getInstrmtLegGrp()
    • setInstrmtLegGrp

      public void setInstrmtLegGrp(InstrmtLegGrpBlock 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