Package velox.api.layer1.messages
Class ConfigureSubscriptionMessage
java.lang.Object
velox.api.layer1.messages.ConfigureSubscriptionMessage
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
FieldsModifier and TypeFieldDescriptionfinal List<InstrumentCoreInfo>Instruments to add to subscription dialog -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instruments
Instruments to add to subscription dialog
-
-
Constructor Details
-
ConfigureSubscriptionMessage
public ConfigureSubscriptionMessage()
-