Class SecurityTradingRulesBlock
java.lang.Object
com.epam.fix.model.fix50sp1.block.SecurityTradingRulesBlock
- All Implemented Interfaces:
com.epam.fix.model.Block
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
int
void
setExpirationCycle
(Long value) void
setHighLimitPrice
(Double value) void
setImpliedMarketIndicator
(Long value) void
void
setLowLimitPrice
(Double value) void
setMaxPriceVariation
(Double value) void
setMaxTradeVol
(Double value) void
setMinTradeVol
(Double value) void
setMultilegModel
(Long value) void
setMultilegPriceMethod
(Long value) void
void
setNoLotTypeRules
(int value) void
setNoNestedInstrAttrib
(int value) void
setNoTickRules
(int value) void
setNoTradingSessionRules
(int value) void
setPriceLimitType
(Long value) void
setPriceType
(Long value) void
setRoundLot
(Double value) void
void
setTradingCurrency
(String value) void
setTradingReferencePrice
(Double value) void
void
-
Constructor Details
-
SecurityTradingRulesBlock
public SecurityTradingRulesBlock()
-
-
Method Details
-
getNoTickRules
public int getNoTickRules() -
setNoTickRules
public void setNoTickRules(int value) -
getTickRulesGroup
-
setTickRulesGroup
-
getNoLotTypeRules
public int getNoLotTypeRules() -
setNoLotTypeRules
public void setNoLotTypeRules(int value) -
getLotTypeRulesGroup
-
setLotTypeRulesGroup
-
getPriceLimitType
-
setPriceLimitType
-
getLowLimitPrice
-
setLowLimitPrice
-
getHighLimitPrice
-
setHighLimitPrice
-
getTradingReferencePrice
-
setTradingReferencePrice
-
getExpirationCycle
-
setExpirationCycle
-
getMinTradeVol
-
setMinTradeVol
-
getMaxTradeVol
-
setMaxTradeVol
-
getMaxPriceVariation
-
setMaxPriceVariation
-
getImpliedMarketIndicator
-
setImpliedMarketIndicator
-
getTradingCurrency
-
setTradingCurrency
-
getRoundLot
-
setRoundLot
-
getMultilegModel
-
setMultilegModel
-
getMultilegPriceMethod
-
setMultilegPriceMethod
-
getPriceType
-
setPriceType
-
getNoTradingSessionRules
public int getNoTradingSessionRules() -
setNoTradingSessionRules
public void setNoTradingSessionRules(int value) -
getTradingSessionRulesGroup
-
setTradingSessionRulesGroup
public void setTradingSessionRulesGroup(Collection<SecurityTradingRulesBlock.TradingSessionRulesGroup> value) -
getNoNestedInstrAttrib
public int getNoNestedInstrAttrib() -
setNoNestedInstrAttrib
public void setNoNestedInstrAttrib(int value) -
getNestedInstrAttribGroup
-
setNestedInstrAttribGroup
public void setNestedInstrAttribGroup(Collection<SecurityTradingRulesBlock.NestedInstrAttribGroup> value) -
toFIX
- Specified by:
toFIX
in interfacecom.epam.fix.model.Block
-
fromFIX
- Specified by:
fromFIX
in interfacecom.epam.fix.model.Block
-