Class SecurityDefinition

java.lang.Object
com.epam.fix.model.fix43.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)
    • getSecurityReqID

      public String getSecurityReqID()
    • setSecurityReqID

      public void setSecurityReqID(String value)
    • getSecurityResponseID

      public String getSecurityResponseID()
    • setSecurityResponseID

      public void setSecurityResponseID(String value)
    • getSecurityResponseType

      public Long getSecurityResponseType()
    • setSecurityResponseType

      public void setSecurityResponseType(Long value)
    • getInstrument

      public InstrumentBlock getInstrument()
    • setInstrument

      public void setInstrument(InstrumentBlock value)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String value)
    • getTradingSessionID

      public String getTradingSessionID()
    • setTradingSessionID

      public void setTradingSessionID(String value)
    • getTradingSessionSubID

      public String getTradingSessionSubID()
    • setTradingSessionSubID

      public void setTradingSessionSubID(String value)
    • getText

      public String getText()
    • setText

      public void setText(String value)
    • getEncodedTextLen

      public Long getEncodedTextLen()
    • setEncodedTextLen

      public void setEncodedTextLen(Long value)
    • getEncodedText

      public String getEncodedText()
    • setEncodedText

      public void setEncodedText(String value)
    • getNoLegs

      public int getNoLegs()
    • setNoLegs

      public void setNoLegs(int value)
    • getLegsGroup

      public Collection<SecurityDefinition.LegsGroup> getLegsGroup()
    • setLegsGroup

      public void setLegsGroup(Collection<SecurityDefinition.LegsGroup> value)
    • getRoundLot

      public Double getRoundLot()
    • setRoundLot

      public void setRoundLot(Double value)
    • getMinTradeVol

      public Double getMinTradeVol()
    • setMinTradeVol

      public void setMinTradeVol(Double 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