Class ConfigureSubscriptionMessage

java.lang.Object
velox.api.layer1.messages.ConfigureSubscriptionMessage

public class ConfigureSubscriptionMessage extends Object

You can control instruments shown in bookmap subscription dialog using this message. Currently listed instruments will be added to subscription dialog dropdown if not already present there. More functionality might be added later.

This message can be sent using Layer1ApiAdminListener.onUserMessage(Object) after your adapter receives Layer1ApiAdminProvider.login(velox.api.layer1.data.LoginData) call (sending it immediately from this method is fine).

  • Field Details

  • Constructor Details

    • ConfigureSubscriptionMessage

      public ConfigureSubscriptionMessage()