Class ConfigureSubscriptionMessage

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

public class ConfigureSubscriptionMessage
extends java.lang.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 Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<InstrumentCoreInfo> instruments
    Instruments to add to subscription dialog
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigureSubscriptionMessage()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait