public class BaseTradingRulesBlock extends Object implements com.epam.fix.model.Block
Constructor and Description |
---|
BaseTradingRulesBlock() |
Modifier and Type | Method and Description |
---|---|
void |
fromFIX(FIXFieldList l) |
Long |
getExpirationCycle() |
Long |
getImpliedMarketIndicator() |
LotTypeRulesBlock |
getLotTypeRules() |
Double |
getMaxPriceVariation() |
Double |
getMaxTradeVol() |
Double |
getMinTradeVol() |
Long |
getMultilegModel() |
Long |
getMultilegPriceMethod() |
PriceLimitsBlock |
getPriceLimits() |
Long |
getPriceType() |
Double |
getRoundLot() |
TickRulesBlock |
getTickRules() |
String |
getTradingCurrency() |
void |
setExpirationCycle(Long value) |
void |
setImpliedMarketIndicator(Long value) |
void |
setLotTypeRules(LotTypeRulesBlock value) |
void |
setMaxPriceVariation(Double value) |
void |
setMaxTradeVol(Double value) |
void |
setMinTradeVol(Double value) |
void |
setMultilegModel(Long value) |
void |
setMultilegPriceMethod(Long value) |
void |
setPriceLimits(PriceLimitsBlock value) |
void |
setPriceType(Long value) |
void |
setRoundLot(Double value) |
void |
setTickRules(TickRulesBlock value) |
void |
setTradingCurrency(String value) |
void |
toFIX(FIXFieldList l) |
public TickRulesBlock getTickRules()
public void setTickRules(TickRulesBlock value)
public LotTypeRulesBlock getLotTypeRules()
public void setLotTypeRules(LotTypeRulesBlock value)
public PriceLimitsBlock getPriceLimits()
public void setPriceLimits(PriceLimitsBlock value)
public Long getExpirationCycle()
public void setExpirationCycle(Long value)
public Double getMinTradeVol()
public void setMinTradeVol(Double value)
public Double getMaxTradeVol()
public void setMaxTradeVol(Double value)
public Double getMaxPriceVariation()
public void setMaxPriceVariation(Double value)
public Long getImpliedMarketIndicator()
public void setImpliedMarketIndicator(Long value)
public String getTradingCurrency()
public void setTradingCurrency(String value)
public Double getRoundLot()
public void setRoundLot(Double value)
public Long getMultilegModel()
public void setMultilegModel(Long value)
public Long getMultilegPriceMethod()
public void setMultilegPriceMethod(Long value)
public Long getPriceType()
public void setPriceType(Long value)
public void toFIX(FIXFieldList l)
toFIX
in interface com.epam.fix.model.Block
public void fromFIX(FIXFieldList l)
fromFIX
in interface com.epam.fix.model.Block
Copyright © 2000–2022 EPAM Systems. All rights reserved.