Enum Class Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
java.lang.Object
java.lang.Enum<Layer1ApiUserMessageModifyIndicator.LayerRenderPriority>
velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
- All Implemented Interfaces:
Serializable,Comparable<Layer1ApiUserMessageModifyIndicator.LayerRenderPriority>,Constable
- Enclosing class:
Layer1ApiUserMessageModifyIndicator
public static enum Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
extends Enum<Layer1ApiUserMessageModifyIndicator.LayerRenderPriority>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThis priority corresponds to position just above BBO lines Numerical value 500No value less then this is allowed.Highest possible layer priority for indicator.Reasonable priority to be on top of all core bookmap layers
Numerical value 1000 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ABSOLUTE_TOP
Highest possible layer priority for indicator. No value more than this is allowed -
TOP
Reasonable priority to be on top of all core bookmap layers
Numerical value 1000 -
ABOVE_BBO
This priority corresponds to position just above BBO lines Numerical value 500 -
ABSOLUTE_BOTTOM
No value less then this is allowed. This corresponds to background layer value in bookmap
Numerical value 0
-
-
Field Details
-
priority
public int priority
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-