Class BuySignal
java.lang.Object
com.wualabs.qtsurfer.engine.strategy.event.AbstractStrategyEvent
com.wualabs.qtsurfer.engine.strategy.event.signal.AbstractStrategySignal
com.wualabs.qtsurfer.engine.strategy.event.signal.InfoStrategySignal
com.wualabs.qtsurfer.engine.strategy.event.signal.EventTypeValueSignal
com.wualabs.qtsurfer.engine.strategy.event.signal.MarketHintSignal
com.wualabs.qtsurfer.engine.strategy.event.signal.BuySignal
- All Implemented Interfaces:
Event<Strategy>, StrategySignal, StrategyEvent
Buy hint signal
-
Nested Class Summary
Nested classes/interfaces inherited from class MarketHintSignal
MarketHintSignal.Kind, MarketHintSignal.OrderKind -
Field Summary
Fields inherited from class MarketHintSignal
EXCHANGE_NAME, KEY_FLAGS, KEY_MAX_TRIES, KEY_SELL_PERCENT, KEY_STOP_LIMIT_PRICE, KEY_STOP_PRICE, KEY_TRAIL_PERCENTFields inherited from class AbstractStrategyEvent
strategy, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MarketHintSignal
copyInternal, getFlags, getKind, getMaxTries, getOrderKind, getPrice, getSellPercent, getStopCondition, getStopLimitPrice, getStopPrice, getTrailPercent, hasStopLoss, setFlags, setMaxTries, setOrderKind, setSellPercent, setStopCondition, setStopLimitPrice, setStopPrice, setTrailPercentMethods inherited from class EventTypeValueSignal
getEventTypeValueMethods inherited from class AbstractStrategySignal
equals, getInstrument, hashCode, toStringMethods inherited from class AbstractStrategyEvent
get, getProperties, getStrategy, getTimestamp, getType, has, now, set, setTimestamp, toStringMethods inherited from interface StrategyEvent
getProperties, getSource, getStrategy, getTimestamp, getType
-
Constructor Details
-
BuySignal
-
-
Method Details
-
copy
- Specified by:
copyin classMarketHintSignal
-