Class SecurityListRequest

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

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

    • SecurityListRequest

      public SecurityListRequest()
  • 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)
    • getSecurityListRequestType

      public Long getSecurityListRequestType()
    • setSecurityListRequestType

      public void setSecurityListRequestType(Long value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getUndInstrmtGrp

      public UndInstrmtGrpBlock getUndInstrmtGrp()
    • setUndInstrmtGrp

      public void setUndInstrmtGrp(UndInstrmtGrpBlock value)
    • getSubscriptionRequestType

      public Character getSubscriptionRequestType()
    • setSubscriptionRequestType

      public void setSubscriptionRequestType(Character value)
    • getMoreSubscriptionsFollowing

      public Boolean getMoreSubscriptionsFollowing()
    • setMoreSubscriptionsFollowing

      public void setMoreSubscriptionsFollowing(Boolean 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