Class SecondaryPriceLimitsBlock

java.lang.Object
com.epam.fix.model.fix50sp2.block.SecondaryPriceLimitsBlock
All Implemented Interfaces:
com.epam.fix.model.Block

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

    • SecondaryPriceLimitsBlock

      public SecondaryPriceLimitsBlock()
  • Method Details

    • getSecondaryPriceLimitType

      public Long getSecondaryPriceLimitType()
    • setSecondaryPriceLimitType

      public void setSecondaryPriceLimitType(Long value)
    • getSecondaryLowLimitPrice

      public Double getSecondaryLowLimitPrice()
    • setSecondaryLowLimitPrice

      public void setSecondaryLowLimitPrice(Double value)
    • getSecondaryHighLimitPrice

      public Double getSecondaryHighLimitPrice()
    • setSecondaryHighLimitPrice

      public void setSecondaryHighLimitPrice(Double value)
    • getSecondaryTradingReferencePrice

      public Double getSecondaryTradingReferencePrice()
    • setSecondaryTradingReferencePrice

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