Class BaseTradingRulesBlock

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

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

    • BaseTradingRulesBlock

      public BaseTradingRulesBlock()
  • Method Details

    • getTickRules

      public TickRulesBlock getTickRules()
    • setTickRules

      public void setTickRules(TickRulesBlock value)
    • getLotTypeRules

      public LotTypeRulesBlock getLotTypeRules()
    • setLotTypeRules

      public void setLotTypeRules(LotTypeRulesBlock value)
    • getPriceLimits

      public PriceLimitsBlock getPriceLimits()
    • setPriceLimits

      public void setPriceLimits(PriceLimitsBlock value)
    • getExpirationCycle

      public Long getExpirationCycle()
    • setExpirationCycle

      public void setExpirationCycle(Long value)
    • getMinTradeVol

      public Double getMinTradeVol()
    • setMinTradeVol

      public void setMinTradeVol(Double value)
    • getMaxTradeVol

      public Double getMaxTradeVol()
    • setMaxTradeVol

      public void setMaxTradeVol(Double value)
    • getMaxPriceVariation

      public Double getMaxPriceVariation()
    • setMaxPriceVariation

      public void setMaxPriceVariation(Double value)
    • getImpliedMarketIndicator

      public Long getImpliedMarketIndicator()
    • setImpliedMarketIndicator

      public void setImpliedMarketIndicator(Long value)
    • getTradingCurrency

      public String getTradingCurrency()
    • setTradingCurrency

      public void setTradingCurrency(String value)
    • getRoundLot

      public Double getRoundLot()
    • setRoundLot

      public void setRoundLot(Double value)
    • getMultilegModel

      public Long getMultilegModel()
    • setMultilegModel

      public void setMultilegModel(Long value)
    • getMultilegPriceMethod

      public Long getMultilegPriceMethod()
    • setMultilegPriceMethod

      public void setMultilegPriceMethod(Long value)
    • getPriceType

      public Long getPriceType()
    • setPriceType

      public void setPriceType(Long 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