Class BaseTradingRulesBlock
java.lang.Object
com.epam.fix.model.fix50sp2.block.BaseTradingRulesBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
BaseTradingRulesBlock
public BaseTradingRulesBlock()
-
-
Method Details
-
getTickRules
-
setTickRules
-
getLotTypeRules
-
setLotTypeRules
-
getPriceLimits
-
setPriceLimits
-
getExpirationCycle
-
setExpirationCycle
-
getMinTradeVol
-
setMinTradeVol
-
getMaxTradeVol
-
setMaxTradeVol
-
getMaxPriceVariation
-
setMaxPriceVariation
-
getImpliedMarketIndicator
-
setImpliedMarketIndicator
-
getTradingCurrency
-
setTradingCurrency
-
getRoundLot
-
setRoundLot
-
getMultilegModel
-
setMultilegModel
-
getMultilegPriceMethod
-
setMultilegPriceMethod
-
getPriceType
-
setPriceType
-
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-