Enum Layer1ApiUserMessageModifyIndicator.LayerRenderPriority

java.lang.Object
java.lang.Enum<Layer1ApiUserMessageModifyIndicator.LayerRenderPriority>
velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Layer1ApiUserMessageModifyIndicator.LayerRenderPriority>, java.lang.constant.Constable
Enclosing class:
Layer1ApiUserMessageModifyIndicator

public static enum Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
extends java.lang.Enum<Layer1ApiUserMessageModifyIndicator.LayerRenderPriority>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ABOVE_BBO
    This priority corresponds to position just above BBO lines Numerical value 500
    ABSOLUTE_BOTTOM
    No value less then this is allowed.
    ABSOLUTE_TOP
    Highest possible layer priority for indicator.
    TOP
    Reasonable priority to be on top of all core bookmap layers
    Numerical value 1000
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int priority  
  • Method Summary

    Modifier and Type Method Description
    static Layer1ApiUserMessageModifyIndicator.LayerRenderPriority valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Layer1ApiUserMessageModifyIndicator.LayerRenderPriority[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait