Class SMTBlock

java.lang.Object
com.epam.fix.model.fix40.block.SMTBlock
All Implemented Interfaces:
com.epam.fix.model.Block

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

    • SMTBlock

      public SMTBlock()
  • Method Details

    • getSignatureLength

      public Long getSignatureLength()
    • setSignatureLength

      public void setSignatureLength(Long value)
    • getSignature

      public String getSignature()
    • setSignature

      public void setSignature(String value)
    • getCheckSum

      public String getCheckSum()
    • setCheckSum

      public void setCheckSum(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