Uses of Enum Class
com.wualabs.qtsurfer.engine.core.Notice.Level
Packages that use Notice.Level
Package
Description
Core interfaces and abstract base classes for the RTIndicator framework.
-
Uses of Notice.Level in com.wualabs.qtsurfer.engine.core
Subclasses with type arguments of type Notice.Level in com.wualabs.qtsurfer.engine.coreModifier and TypeClassDescriptionstatic enumSeverity, ordered least to most serious.Methods in com.wualabs.qtsurfer.engine.core that return Notice.LevelModifier and TypeMethodDescriptionNotice.level()How much attention this deserves.static Notice.LevelReturns the enum constant of this class with the specified name.static Notice.Level[]Notice.Level.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Notice.Level in com.wualabs.qtsurfer.engine.indicators.core
Methods in com.wualabs.qtsurfer.engine.indicators.core that return Notice.LevelModifier and TypeMethodDescription@NonNull Notice.LevelIndicatorNotice.level()Returns the value of thelevelrecord component.Constructors in com.wualabs.qtsurfer.engine.indicators.core with parameters of type Notice.LevelModifierConstructorDescriptionIndicatorNotice(@NonNull Notice.Level level, @NonNull String code, @NonNull String indicatorName, @NonNull Instrument instrument, @NonNull String message) Creates an instance of aIndicatorNoticerecord class. -
Uses of Notice.Level in com.wualabs.qtsurfer.engine.strategy
Methods in com.wualabs.qtsurfer.engine.strategy that return Notice.LevelModifier and TypeMethodDescription@NonNull Notice.LevelStrategyNotice.level()Returns the value of thelevelrecord component.Constructors in com.wualabs.qtsurfer.engine.strategy with parameters of type Notice.LevelModifierConstructorDescriptionStrategyNotice(@NonNull Notice.Level level, @NonNull String code, @NonNull String message) Creates an instance of aStrategyNoticerecord class.