Class SecurityXMLBlock

java.lang.Object
com.epam.fix.model.fix50sp1.block.SecurityXMLBlock
All Implemented Interfaces:
com.epam.fix.model.Block

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

    • SecurityXMLBlock

      public SecurityXMLBlock()
  • Method Details

    • getSecurityXMLLen

      public Long getSecurityXMLLen()
    • setSecurityXMLLen

      public void setSecurityXMLLen(Long value)
    • getSecurityXML

      public String getSecurityXML()
    • setSecurityXML

      public void setSecurityXML(String value)
    • getSecurityXMLSchema

      public String getSecurityXMLSchema()
    • setSecurityXMLSchema

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