Skip to main content

ConfigureSubscriptionMessage

Package: velox.api.layer1.messages

Type: Class

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

Descriptionโ€‹

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).

Fieldsโ€‹

instrumentsโ€‹

public final List<InstrumentCoreInfo> instruments

Instruments to add to subscription dialog

Constructorsโ€‹

ConfigureSubscriptionMessageโ€‹

public ConfigureSubscriptionMessage()