Class Layer1ApiUserMessageModifyActionToAllInstruments

java.lang.Object
velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
Direct Known Subclasses:
UserMessageModifyAllInstrumentControlsHft

public abstract class Layer1ApiUserMessageModifyActionToAllInstruments
extends java.lang.Object
Adds new action to dropdown menu for every instrument in ControlGui
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean isAdd  
    java.lang.String name  
  • Constructor Summary

    Constructors 
    Constructor Description
    Layer1ApiUserMessageModifyActionToAllInstruments​(java.lang.String name, boolean isAdd)  
  • Method Summary

    Modifier and Type Method Description
    abstract Layer1ApiStrategyMessageSymboled getActionPerformedMessage​(java.lang.String symbol)
    Creates message that will be sent when this action is selected, containing information about invoking instrument symbol

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public final java.lang.String name
    • isAdd

      public final boolean isAdd
  • Constructor Details

    • Layer1ApiUserMessageModifyActionToAllInstruments

      public Layer1ApiUserMessageModifyActionToAllInstruments​(java.lang.String name, boolean isAdd)
      Parameters:
      name - name of action that use will see
      isAdd - true if action is added, false if removed
  • Method Details