Skip to main content

UserMessageModifyAllInstrumentControlsHft

Package: velox.api.layer1.messages

Type: Class

Inheritance: java.lang.Object รขโ€ โ€™ velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments รขโ€ โ€™ UserMessageModifyAllInstrumentControlsHft

Fieldsโ€‹

Inherited from velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments:

  • isAdd
  • name

Constructorsโ€‹

UserMessageModifyAllInstrumentControlsHftโ€‹

public UserMessageModifyAllInstrumentControlsHft(String name, boolean isAdd)

Methodsโ€‹

getActionPerformedMessageโ€‹

public Layer1ApiStrategyMessageSymboled getActionPerformedMessage(String symbol)

Creates message that will be sent when this action is selected, containing information about invoking instrument symbol.

Parameters:

  • symbol - Instrument symbol

Returns: Message containing symbol information

Specified by: getActionPerformedMessage in class Layer1ApiUserMessageModifyActionToAllInstruments


Methods inherited from java.lang.Object:

  • clone()
  • equals(Object)
  • finalize()
  • getClass()
  • hashCode()
  • notify()
  • notifyAll()
  • toString()
  • wait()
  • wait(long)
  • wait(long, int)