Class StrategyPropertyDef
java.lang.Object
com.wualabs.qtsurfer.engine.core.AbstractPropertyInfo
com.wualabs.qtsurfer.engine.strategy.StrategyPropertyDef
- All Implemented Interfaces:
PropertyInfo
Extendable Strategy property definition
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDefstatic final StrategyPropertyDef -
Constructor Summary
ConstructorsConstructorDescriptionStrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty) StrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected) StrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected, PropertyHints hints) StrategyPropertyDef(String name, String description, Class type) StrategyPropertyDef(String name, String description, Class type, String beanProperty) StrategyPropertyDef(String name, String description, Class type, String beanProperty, boolean reflected) -
Method Summary
Methods inherited from class AbstractPropertyInfo
getBeanProperty, getDescription, getHints, getName, getType, isReflected, toString
-
Field Details
-
WALLET_AMOUNT
-
NAME
-
ENABLED
-
MULTI_ENTRY_ENABLED
-
LOCK_PCNT
-
MIN_PCNT
-
MIN_GAIN
-
WHITELIST_CURRENCIES
-
BLACKLIST_CURRENCIES
-
-
Constructor Details
-
StrategyPropertyDef
-
StrategyPropertyDef
-
StrategyPropertyDef
-
StrategyPropertyDef
-
StrategyPropertyDef
-
StrategyPropertyDef
public StrategyPropertyDef(String name, String description, com.google.common.reflect.TypeToken type, String beanProperty, boolean reflected, PropertyHints hints)
-