Class FinancingDetailsBlock

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

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

    • FinancingDetailsBlock

      public FinancingDetailsBlock()
  • Method Details

    • getAgreementDesc

      public String getAgreementDesc()
    • setAgreementDesc

      public void setAgreementDesc(String value)
    • getAgreementID

      public String getAgreementID()
    • setAgreementID

      public void setAgreementID(String value)
    • getAgreementDate

      public Calendar getAgreementDate()
    • setAgreementDate

      public void setAgreementDate(Calendar value)
    • getAgreementCurrency

      public String getAgreementCurrency()
    • setAgreementCurrency

      public void setAgreementCurrency(String value)
    • getTerminationType

      public Long getTerminationType()
    • setTerminationType

      public void setTerminationType(Long value)
    • getStartDate

      public Calendar getStartDate()
    • setStartDate

      public void setStartDate(Calendar value)
    • getEndDate

      public Calendar getEndDate()
    • setEndDate

      public void setEndDate(Calendar value)
    • getDeliveryType

      public Long getDeliveryType()
    • setDeliveryType

      public void setDeliveryType(Long value)
    • getMarginRatio

      public Double getMarginRatio()
    • setMarginRatio

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