Package velox.api.layer1.messages
Class UserMessageModifyAllInstrumentControlsHft
java.lang.Object
velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
velox.api.layer1.messages.UserMessageModifyAllInstrumentControlsHft
public class UserMessageModifyAllInstrumentControlsHft extends Layer1ApiUserMessageModifyActionToAllInstruments
-
Field Summary
Fields inherited from class velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
isAdd, name -
Constructor Summary
Constructors Constructor Description UserMessageModifyAllInstrumentControlsHft(java.lang.String name, boolean isAdd) -
Method Summary
Modifier and Type Method Description Layer1ApiStrategyMessageSymboledgetActionPerformedMessage(java.lang.String symbol)Creates message that will be sent when this action is selected, containing information about invoking instrument symbol
-
Constructor Details
-
UserMessageModifyAllInstrumentControlsHft
public UserMessageModifyAllInstrumentControlsHft(java.lang.String name, boolean isAdd)
-
-
Method Details
-
getActionPerformedMessage
Description copied from class:Layer1ApiUserMessageModifyActionToAllInstrumentsCreates message that will be sent when this action is selected, containing information about invoking instrument symbol- Specified by:
getActionPerformedMessagein classLayer1ApiUserMessageModifyActionToAllInstruments
-