Class PriceLimitsBlock

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

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

    • PriceLimitsBlock

      public PriceLimitsBlock()
  • Method Details

    • getPriceLimitType

      public Long getPriceLimitType()
    • setPriceLimitType

      public void setPriceLimitType(Long value)
    • getLowLimitPrice

      public Double getLowLimitPrice()
    • setLowLimitPrice

      public void setLowLimitPrice(Double value)
    • getHighLimitPrice

      public Double getHighLimitPrice()
    • setHighLimitPrice

      public void setHighLimitPrice(Double value)
    • getTradingReferencePrice

      public Double getTradingReferencePrice()
    • setTradingReferencePrice

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